Skip to content

rishav394/Commutify-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commutify-django

REST server for Commutify app

How to run locally

Prerequisite

  1. Python >3.6
  2. MySQL >5.7
  3. mysql -> CREATE DATABASE commutify_db;

Setup and Run

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
cp commutify/settings/development_settings.py commutify/settings/production_settings.py
cp commutify/settings/settings.py.bak commutify/settings/settings.py
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Running on production

Same setup as local but make sure to make changes to production_settings.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors