Skip to content

rakki-18/UrbanCompanyNITK

 
 

Repository files navigation

UrbanCompanyNITK

How to run the project

  • The project is hosted at here

How to run the project locally

  1. Create a virtual environment and activate it.
  2. pip3 install -r requirements.txt
  3. Create a database named UCDB locally using mysql
  4. In the file /UrbanCompanyNITK/settings.py in line 84 change the mysql password of databse to your mysql password
  5. Run the following in your terminal
python3 manage.py migrate
source .env
python3 manage.py runserver
  1. Go to localhost:8000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.9%
  • HTML 8.3%
  • JavaScript 1.2%
  • CSS 1.2%
  • Other 0.4%