Skip to content

Ffarzan11/NYC-Safety-Indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT SET UP INSTRUCTIONS

# Clone the repository
git clone <repository-url>
cd NYC-Safety-Indicator
# Set up the backend
cd backend
python -m venv venv #create virtual env
source venv/bin/activate  # macOS/Linux
venv\Scripts\activate     # Windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
# Set up the frontend
cd ../frontend
npm install
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published