git clone https://github.com/credenz/CTD_main_website_backend.git
cd CTD_main_website_backend
virtualenv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
Endpoint | Method | Description |
---|---|---|
/users | GET | Get List of the users. |
/users | POST | Create User. |
/users/{id} | GET | Get a particular User. |