https://github.com/parth-paradkar/node-mongo
A basic learning project to create an API using Node, Express and MongoDB. Created using Turbo360 engine. Database hosted on MongoDB Atlas cluster
https://github.com/parth-paradkar/node-mongo
Last synced: about 1 year ago
JSON representation
A basic learning project to create an API using Node, Express and MongoDB. Created using Turbo360 engine. Database hosted on MongoDB Atlas cluster
- Host: GitHub
- URL: https://github.com/parth-paradkar/node-mongo
- Owner: parth-paradkar
- Created: 2019-05-13T13:03:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T18:43:14.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T03:11:43.063Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongo-new
This project was built with Turbo 360. To learn more, click here: https://www.turbo360.co
Deployment: https://nodongo-lit6pd.turbo360-vertex.com/
## Instructions
After cloning into repo, cd to project root directory and create a .env file. This file requires a TURBO_APP_ID and SESSION_SECRET keys:
```
TURBO_ENV=dev
SESSION_SECRET=YOUR_SESSION_SECRET
TURBO_APP_ID=123abc
```
Then run npm install from the root directory:
```
$ npm install
```
To run dev server, install Turbo CLI globally:
```
$ sudo npm install turbo-cli -g
```
Then run devserver from project root directory:
```
$ turbo devserver
```
To build for production, run build:
```
$ npm run build
```
---
Tutorial video: https://www.youtube.com/watch?v=4yqu8YF29cU&t=3881s