An open API service indexing awesome lists of open source software.

https://github.com/alex0rpi/sern-fullstack-blog

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.
https://github.com/alex0rpi/sern-fullstack-blog

expressjs jwt mysql nodejs react sequelize

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

## 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.