Rishabh570 / refresher

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

Home Page:https://ricky2904.pythonanywhere.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://ricky2904.pythonanywhere.com

License:MIT License


Languages

Language:Python 56.9%Language:HTML 23.8%Language:CSS 15.3%Language:JavaScript 3.9%