Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

## online bootcamp backend using Node.js, express and mongodb

### Tech & Tools

JavaScript Node
Express
MongoDB Mongose Visual Studio Code

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