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
- Host: GitHub
- URL: https://github.com/filledstacks/academy_backend
- Owner: FilledStacks
- Created: 2023-03-23T09:42:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T18:30:33.000Z (almost 3 years ago)
- Last Synced: 2024-12-12T06:49:47.355Z (about 1 year ago)
- Language: Dart
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`