Skip to content

abhishekhan/nodejs_passport_mysql_nodemailer_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic project setup

  1. Nodejs
  2. Mysql
  3. Passport
  4. db-migrate - For database migrations
  5. mysql-activerecord - For Activerecord alternative for nodejs
  6. Mailgun prod setup / mailcatcher for development

#commands

  1. npm run start - will start server
  2. npm run prod_migration - run pending migrations in production environment
  3. npm run dev_migrate - pending migrations in dev environment
  4. npm run create_migration migration_name - will create a new migration in migrations folder
  5. npm run migrate - give access to db-migrate command
  6. npm run create_database database_name
  7. npm run drop_database database_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors