Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

myownradio/myownradio-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myownradio-service

Development environment

Requirements:

  • NodeJS 13+
  • Docker 19.03+
  • Docker Compose
  • Terraform

To start project in development environment first of all you need to install all required dependencies and initialize project:

make install

Now we need to start background backing services reqired for development:

make start-services

Now apply latest database migrations:

make run-migrations

Finally, start application services in development mode:

make start-development

To stop background services run:

make stop-services

About details and other available rules see Makefile.