Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 519 Bytes

File metadata and controls

27 lines (27 loc) · 519 Bytes

authExpress

Simple registration on express.js, sequelize, axios

Screenshots

auth registration 404

how to build the project

  1. npm i (yarn)
  2. npm run dev (yarn dev)

scripts

  • yarn dev - launch the project with nodemon
  • yarn start - launch the project

used technologies

  • node.js 16+
  • nodemon
  • express.js
  • body-parser
  • dotenv
  • ejs
  • express-session
  • sequelize 6
  • sqlite3
  • vue.js 2
  • bootstrap.css
  • axios.js
  • docker
  • makefile