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

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

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