Sing Me a Song

Deployment 🚀

You can check the application in production here: https://sing-me-a-song-glauco.herokuapp.com

Tooling:

Prerequisites

Repository

  • Clone this repository
git clone https://github.com/glappsmobile/sing_me_a_song
  • Install NPM packages
npm install

Database

  • Create the dev database using PostgreSQL
CREATE DATABASE sing_me_a_song_dev;
pg_dump sing_me_a_song_dev < path/to/DATABASE.sql

How to run:

To start the development server, run:

npm run start:dev

To start the frontend, run:

npm start