Django API to manage Roles during Prosit sessions.
> Features:
-
✅
Up-to-date Dependencies
-
✅
User's registration
-
✅
Prosit Browsing
-
✅
Prosit' Roles Management
-
✅
Prosit Reports Generation
-
✅
Using Docker
Download the code
$ git clone https://github.com/CamCoder337/pma-api.git
$ cd pma-api
Setup for 'Unix', 'MacOs' > Install modules via 'env'
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
Setting up .env files
Set them up according to your needs (Check the sample) 🙂
Set Up Database
$ python manage.py makemigrations
$ python manage.py migrate
Start the API Server
$ python manage.py runserver 5000 # start api
Use the API via POSTMAN
or Swagger Dashboard
at localhost:5000
.