Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 731 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 731 Bytes

Welcome to keeper

A minimalist note-keeping app using MERN.

Checkout the app at: https://calm-tor-86699.herokuapp.com/

React version in the local branch.

Install

# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install

Run server

# To run the app you have to create a .env file with your mongo atlas account
e.g. ATLAS_URI=mongodb+srv://username:[email protected]/NoteDB
# Run the client & server with concurrrently (in root folder)
npm run dev

Open app

Your app will now be accessible at localhost:3000

Author

👤 Jinjin Wang