The backend server repository of namosuke/MyFontSNS.
$ yarn # Install dependencies
$ cp .env.template .env # Copy env template AND PLEASE FILL IN .ENV
$ docker-compose up # Setup development database
$ yarn dev # Start develepment environment
A REPL that connect with database. Like php artisan tinker
in Laravel or rails console
in Ruby on Rails
$ yarn console:db
$ yarn # Install dependencies
$ yarn build ## Compile TypeScript, build migrations, and build seeders
$ ./scripts/init-heroku-db.sh