Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 368 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 368 Bytes

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.