Skip to content

jinjinwang02/keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalist note-keeping app using MERN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published