https://github.com/jsmith/curriculum-mapper-backend
https://github.com/jsmith/curriculum-mapper-backend
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmith/curriculum-mapper-backend
- Owner: jsmith
- Created: 2018-06-26T21:10:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T16:00:52.000Z (over 6 years ago)
- Last Synced: 2026-01-31T19:34:38.928Z (5 months ago)
- Language: Python
- Size: 821 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curriculum Mapping Backend
This is the backend system for [curriculum mapping frontend](https://github.com/jsmith/curriculummapping).
It is deployed [here](https://royal-canoe-18209.herokuapp.com).
## Environment Setup
Make sure you have MongoDB installed locally. Then run the following commands.
```
pipenv install
# running the application for development
pipenv run python app.py
```
## Deploying
```
./scripts/deploy.sh
```
## Resetting DB
```
# local
python scripts/reset.py
# remote
./scripts/reset_remote.sh
```