A minimalist note-keeping app using MERN.
Checkout the app at: https://calm-tor-86699.herokuapp.com/
React version in the local branch.
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# To run the app you have to create a .env file with your mongo atlas account
e.g. ATLAS_URI=mongodb+srv://username:password@cluster0-yo0nm.mongodb.net/NoteDB
# Run the client & server with concurrrently (in root folder)
npm run dev
Your app will now be accessible at localhost:3000
👤 Jinjin Wang
- Github: @jinjinwang02