/HSSE_APIv2

Django rest framework

Primary LanguagePythonMIT LicenseMIT

HSSE_APIv2

HSSE API Made With Django Rest Framework And Postgresql

--- hola

Requirements

  1. Install Python 3.X
  2. Install Anaconda
  3. Install Postgresql
  4. Open up your terminal
  5. Create environment conda new -h ENVIRONMENT_NAME python=3.X
  6. Activate New Environment activate ENVIRONMENT_NAME
  7. Install all the requirements pip install -r requirements.txt
  8. Run migrations python manage.py migrate
  9. Seed the database NOTE: You should have the DB created by now python manage.py loaddata sites_data.json
  10. Run the server and enjoy python manage.py runserver

Python Logo