ask0ne / jansampark_covid19

A community oriented platform developed to unite various manufacturers, vendors and organizations in order to pool their resources for efficient utilizatioon during the Covid-19 pandemic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid19 [Jan Sampark]

Project Details

  • Project Name: jan_sampark
  • Apps:
    1. retailers [API]
    2. frontend [frontend]
    3. users [authentication]
  • Admin panel:
    • Uname: jan_sampark
    • Pwd: jan_sampark

How to setup the project locally:

  1. Fork the master branch. (it is available in your account now)
  2. Clone the fork. (download locally)
  3. Create a virtual env by using in the folder you want the project to live in
 python -m venv "venv name you want"
  • Download the dependancies using
  > pip install -r requirements.txt
  • Start server by going into the root of the project and running following command in terminal
   python manage.py migrate
   python manage.py runserver
  1. Make changes and commit to your fork.
  2. Create a Pull Request and ask for someone to review.
  3. Review if successful, merge the PR with master branch.

How to use Jan Sampark API:

To access the products from different retailers in the db GET request at: http://127.0.0.1:8000/retailers/api/nearby/

About

A community oriented platform developed to unite various manufacturers, vendors and organizations in order to pool their resources for efficient utilizatioon during the Covid-19 pandemic.


Languages

Language:CSS 43.5%Language:JavaScript 38.7%Language:Python 12.2%Language:HTML 5.6%