Skip to content

luisgarciaalanis/HapiRestJwtAngularTemplateApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hapi Rest Jwt and Angular Application template

THIS IS WORK IN PROGRESS

1) .env

JWT_SECRET= PASSWORD_SECRET= JWT_DURATION=2592000000 DB_DATABASE='' DB_USERNAME='' DB_PASSWORD='' DB_CONNECTION='mysql' DB_PORT=3306

2) backend/database/config/config.json

Needs to be configured as well.

NOTE: need to have sequelize-cli installed globally npm install --global sequelize-cli

3) configure database

  • cd backend/database
  • sequelize db:migrate
  • sequelize db:seed:all

4) node app.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published