One of the really impactful way to deal with stress related to work-life balance is to hear about the same from thousands of people...
Its super easy to get started! Just follow the steps below π
-
Clone the repo by
git clone https://github.com/Rishabh570/refresher.git
-
Head over to project folder in your local machine.
-
Create and Activate a virtualenv by
virtualenv {env_name_of_your_choice}
-
Install all the requirements by
pip install -r requirements.txt
-
Do
python manage.py migrate
and finallypython manage.py runserver
..
and you're good to go π
- /api/people/ - returns a list of people posted.
- /api/people/{first_name} - returns posts posted by that particular person.
- /api/people-delete/{target} - deletes the target post.
- /api/create/ - creates a post right from API π