- Nodejs
- Mysql
- Passport
- db-migrate - For database migrations
- mysql-activerecord - For Activerecord alternative for nodejs
- Mailgun prod setup / mailcatcher for development
#commands
- npm run start - will start server
- npm run prod_migration - run pending migrations in production environment
- npm run dev_migrate - pending migrations in dev environment
- npm run create_migration
migration_name- will create a new migration in migrations folder - npm run migrate - give access to db-migrate command
- npm run create_database database_name
- npm run drop_database database_name