- make environment
- on cmd line
cd requirements
andpip install -r requirements.txt
- for testing API
- go to the testApp directory and run
python main.py
- once server starts test the following API: http://localhost:8000/students
- conduct unit test using pytest
- run the following in cmd line
cd tests
pytest