Skip to content

thenithinbalaji/CosmoQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with CosmoQuest

Running Locally

image

Create .env with MongoDB Connection String

db_url = ""

Recommended to create virtual environment and install modules from requirements.txt

python -m virtualenv venv
venv/scripts/activate
pip install -r requirements.txt

After installing all modules, navigate to the project directory and run

python app.py

Open http://localhost:5000 to view it in your browser.

image