Skip to content

IssacMinC/A-Group-For-461L

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

461L

Repo for 461L

Localhost Instructions:
Use VSCode for all projects.
Launching frontend:
1. Navigate to /A-Group-For-461L/teamproject in terminal
2. Enter npm start in terminal
3. Frontend should launch in browser on port 3000

Launching backend:
1. Navigate to /A-Group-For-461L/backend in terminal
2. (Windows) CTRL+SHIFT+P to select python interpreter, select your choice
3. (Windows) CTRL+SHIFT+P to select python environment, select your choice (on Windows)
4. Ensure dependencies are fulfilled : pymongo, certifi, flask, flask_cors
5. To install dependency do py -m pip install {dependency}
6. (Windows) Enter py -m flask --app projectDB run in terminal
6. (Mac) Enter python3 -m flask --app projectDB run in terminal
7. Backend should start running on port 5000

Once backend is launched, frontend will become fully functional

About

Repo for 461L

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors