Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
/ blog-back-template Public archive

Just a blog template made with node.js, express and sequelize.

License

Notifications You must be signed in to change notification settings

BRonen/blog-back-template

Repository files navigation

blog-back-template

A generic blog backend template to learn about automated testing and resful APIs with node.js and express.


Developed with

  • CORS middleware enabled;
  • JWT to authenticate user requests;
  • Bcrypt to do a secure authentication;
  • Sequelize to storage all users, rooms and messages in a relational db;
  • Using Jest and Supertest to automate integration testing;

Everything has been configured to work with enviroment variables or a .env file, please look at the [ .env.example ].


Tests running at github actions

:)

About

Just a blog template made with node.js, express and sequelize.

Resources

License

Stars

Watchers

Forks