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-apiSetup for 'Unix', 'MacOs' > Install modules via 'env'
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txtSetting up .env files
Set them up according to your needs (Check the sample) 🙂
Set Up Database
$ python manage.py makemigrations
$ python manage.py migrateStart the API Server
$ python manage.py runserver 5000 # start apiUse the API via POSTMAN or Swagger Dashboard at localhost:5000.