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.
- Host: GitHub
- URL: https://github.com/alex0rpi/sern-fullstack-blog
- Owner: alex0rpi
- Created: 2022-10-20T10:48:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T09:43:57.000Z (about 3 years ago)
- Last Synced: 2026-01-03T14:34:09.908Z (6 months ago)
- Topics: expressjs, jwt, mysql, nodejs, react, sequelize
- Language: JavaScript
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.