Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

LuckyWindsck/myfontsns-backend

Repository files navigation

myfontsns-backend

The backend server repository of namosuke/MyFontSNS.

Development

$ 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

Helper commands

A REPL that connect with database. Like php artisan tinker in Laravel or rails console in Ruby on Rails

$ yarn console:db

Production

$ yarn # Install dependencies
$ yarn build ## Compile TypeScript, build migrations, and build seeders

Deploy Script

$ ./scripts/init-heroku-db.sh

About

The backend server repository of namosuke/MyFontSNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published