Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodewerfer/buride-server
Server side for BURide project
https://github.com/kodewerfer/buride-server
atlas expressjs mongodb mongoose
Last synced: about 2 months ago
JSON representation
Server side for BURide project
- Host: GitHub
- URL: https://github.com/kodewerfer/buride-server
- Owner: Kodewerfer
- Created: 2019-12-09T15:34:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:25:07.000Z (about 2 years ago)
- Last Synced: 2024-08-27T02:52:10.582Z (4 months ago)
- Topics: atlas, expressjs, mongodb, mongoose
- Language: JavaScript
- Size: 481 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BURide
for CS557.
Restful API node server, BU's ride share(car pool) mockup.
Handles front-end requests & database CRUD## Port
Listening on port 3004## Avaliable scripts
* npm start
Starts nodemon debugging
* node server.js
Run production version
## Environmental settup
*BUR_PORT*
For port listening.
This program utilizes mongoDB Atlas and Json Web Token.
**Atlas' connection string and JWT private key must be stored in environment varibles**
*BUR_PRV_KEY*
For private key
*MONGO_ATLAS_CSTRING*
For connection string