Skip to content

yash17ys4/note-making-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes Making App

  • You can have a unique ID, title and description for a note in the app.

Using express as server and mysql for the database

  • It uses json web token for user authentication without which only read of the CRUD functionalities work.
  • Sequelize is used as an orm for the handling of the database queries.

Installing dependencies

  • npm install

Running App

  • Set the environment variables in environment file (.env)
  • PORT in app.js and rest env var are in database.js file
  • npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors