Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project : blogPosting

Tech Scack Used :

  • ExpressJS
  • MySQL
  • Sequelize ORM
  • Postman (For validity purpose)
  • JWT authentication

Before firing up the server :

  • run this command npm i
  • create a .env file
  • add these below statements
PORT = 3000
JWT_SECRET = custom_secret(string)
DB_HOST = localhost
DB_USER = root
DB_PASSWORD = Your_SQL_password
DB_NAME = customDB_name

Points to consider

  • Create a new database using SQL is client and give the name of db here
  • For better understanding and readability, I properly commented on the code, what exactly this snippet is going to do !

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages