- Clone this repository in to your local machine
git clone <url>
- Make sure that python is installed in your machine
python --version
- Create a Virtual Enviromrent
virtualenv <name_of_your_env>
- Activate virtual environment
.\<name_of_your_env>\Scripts\activate
- Install all packages
pip install -r requirements.txt
- Your server will run on http://127.0.0.1:5000/
- Import Postman collection in postman.
- Run all requests.
Routes
- POST http://127.0.0.1:5000/users feild= {name , email ,password}
- GET http://127.0.0.1:5000/users get all users