Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saikatbhuiyan/node-express-online-bootcamp
This is a online bootcamp backend app using nodejs, express, mongodb and mongoose.
https://github.com/saikatbhuiyan/node-express-online-bootcamp
express-js mongodb mongoose nodejs
Last synced: 2 months ago
JSON representation
This is a online bootcamp backend app using nodejs, express, mongodb and mongoose.
- Host: GitHub
- URL: https://github.com/saikatbhuiyan/node-express-online-bootcamp
- Owner: saikatbhuiyan
- Created: 2020-07-06T06:41:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T13:49:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T06:43:45.115Z (10 months ago)
- Topics: express-js, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 523 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## online bootcamp backend using Node.js, express and mongodb
### Tech & Tools
### Clone project
```sh
git clone ...
cd bootcamp-backend
```### Install dependencies
```sh
npm install
```### Run server
```sh
npm run start
```### Run dev server
```sh
npm run dev
```