Skip to content

A Django webapp for posting about common queries and general questions about work-life.

License

Notifications You must be signed in to change notification settings

Rishabh570/refresher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license

Refresher

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...

Want to contribute/Improve it? 🔍

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 finally python manage.py runserver..

and you're good to go 🎉

Accessing API 📖

  • /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 😃

About

A Django webapp for posting about common queries and general questions about work-life.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published