Skip to content

This is a SERN blog web app that uses a MySQL database which is accessed via Sequelize from the express backend. Allows CRUD and allows to like posts. It includes jwt authentication.

Notifications You must be signed in to change notification settings

alex0rpi/SERN-fullstack-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fullstack SERN blog app

This app uses mysql as database (hence the S instead of the M at the acronym). Mysql is setup using the Sequelize ORM.

Some pending tasks:

  • Add .env vars
  • Modify database configuration so it is created automatically on a local server.

How to try

  • Clone the repository.
  • Execute client and server side on separate terminals.

About

This is a SERN blog web app that uses a MySQL database which is accessed via Sequelize from the express backend. Allows CRUD and allows to like posts. It includes jwt authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published