Skip to content

Keeper: A full-stack note-taking app built with React.js (frontend) and Node.js with Express.js (backend). Features CRUD operations with MongoDB for persistent note storage. The live-link might take some time to load bcoz of vercel's server:

Notifications You must be signed in to change notification settings

TirthNandha/Keeper-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Head to keeper-be directory using cd keeper-be

  2. create a .env file in that directory and add you mongodb connection string under the variable DB_URI

  3. Install all dependencies using the command:

    npm install

  4. Run the following command to start node.js server:

    node app.js

  5. Get out of current directory:

    cd ..

  6. Head to keeper-fe directory using:

    cd keeper-fe

8 .Install all dependencies:

 npm install
  1. Now, Run the following command to start react server:

    npm start

  2. Enjoy the keeper app to save your notes.

About

Keeper: A full-stack note-taking app built with React.js (frontend) and Node.js with Express.js (backend). Features CRUD operations with MongoDB for persistent note storage. The live-link might take some time to load bcoz of vercel's server:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published