Code Monkey home page Code Monkey logo

notes-keeper's Introduction

Note Down

Note Down is fully functional and robust notes taking app which allows user to store and access all notes and important information digitally, usually in a cloud based database storage system. React is used for fronted design,The authentication is powered by JWT and local storage is being implemented so that the user won't have login again and again and the Node.js and Express.js backend use MongoDB as database to save, delete and update the notes.

Screenshorts

Login and Register

Login-Register

Home

Home

Add Note

create-note

Edit Note

Edit

QuickStart

  • Open your terminal and run the command
 $ git clone https://github.com/abhi1506manu/Notes-App.git
 $cd Notes-App
  • To install dependencies for backend
$ cd backend
$ npm install
  • To install dependencies for frontend
$ cd frontend
$ npm install
  • Create a .env file in the backend directory and add the following
PORT = 5000
DATABASE=<URI>
TOKEN_SECRET=<your-token>

To Connnect your mongodb

Run frontend and backend concurrently

  • To run the backend
$ cd backend/
$ npm run dev

To run the frontend

$ cd frontend/
$ npm start

notes-keeper's People

Contributors

abhi1506manu avatar abhishekkakati101 avatar

Stargazers

Vaibhav Patil avatar Anurag Tripathi avatar Carlos Kimutai Kirui avatar Piyush Zambre avatar

Watchers

 avatar  avatar

notes-keeper's Issues

Modularity and Scalability

Ive gone through the code and realized the amount of modularity and cleaness of your code. The way u utilized the controllers and sepereated the route logic is mindblowing. Great job bro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.