https://github.com/mabenj/reminderapp
A simple full stack web app implemented with JavaScript
https://github.com/mabenj/reminderapp
mongodb nodejs
Last synced: about 2 months ago
JSON representation
A simple full stack web app implemented with JavaScript
- Host: GitHub
- URL: https://github.com/mabenj/reminderapp
- Owner: mabenj
- Created: 2021-03-11T17:20:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T20:35:43.000Z (about 4 years ago)
- Last Synced: 2025-02-09T07:44:41.537Z (3 months ago)
- Topics: mongodb, nodejs
- Language: JavaScript
- Homepage: https://muistutus-app.herokuapp.com
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prod version
https://muistutus-app.herokuapp.com
### `npm run build`
Runs `npm install && npm run build` in `client` directory resulting in a production client app in `client\build` folder
### MongoDB connection
Connection to MongoDB requires following entrys in a `.env` file
`MONGO_USERNAME=`
`MONGO_PASSWORD=`
`MONGO_CLUSTER_ADDRESS=`
`MONGO_DB_NAME=`