An open API service indexing awesome lists of open source software.

https://github.com/jsmith/curriculum-mapper-backend


https://github.com/jsmith/curriculum-mapper-backend

Last synced: 17 days ago
JSON representation

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
```