Notes app using the MERN stack
https://mern-notes-7w9b.onrender.com
For local use, this application requires the following fields present a .env file located in the backend of this repository.
The .env file requires the following fields:
| Variable | Description |
|---|---|
DATABASE_URI |
URI of MongoDB database |
PORT |
Port where the backend runs |
UPSTASH_REDIS_REST_TOKEN |
Upstash Redis REST API token |
UPSTASH_REDIS_REST_URL |
Upstash Redis REST API URL |