Skip to content

Django API to manage Roles during Prosit sessions.

Notifications You must be signed in to change notification settings

CamCoder337/pma-api

Repository files navigation

[PMA-API]

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


Manual Build

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.


[PMA-API] - provided Camcoder337.

About

Django API to manage Roles during Prosit sessions.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages