Skip to content

kassah-mahmoud/nodejs_auth_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the project

  • install the deps: yarn
  • cd packages/back/src/database
  • Make sure there is mysql server instance running on 3306 port and has the same credentials as in database/config/config.json
  • create the db: cd npx sequelize-cli db:create
  • run the migrations: npx sequelize-cli db:migrate
  • go back to home dir: cd ../../../../
  • yarn start
    node_auth_ex

About

Authentication system using Nodejs, Mysql, and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published