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

https://github.com/filledstacks/academy_backend

The backend for the new FilledStacks academy
https://github.com/filledstacks/academy_backend

Last synced: 9 months ago
JSON representation

The backend for the new FilledStacks academy

Awesome Lists containing this project

README

          

# Academy Backend

## Setup

1. [Install mongoDb](https://www.mongodb.com/docs/manual/installation/)
2. Run `mongosh` in your terminal
3. Run `use academy-local`
4. Import data into your local db. In the root you'll find a file called `seed-data.json` which you can use to populate your database. Run `mongoimport --jsonArray -d academy-local -c courses --file seed-data.json`