/firebase-app

Node.js + firebase sample

Primary LanguageHTMLMIT LicenseMIT

Carry Demo

Before startup you will need to install docker for runing MySQL in container or you can start MySQL locally with initial script in "./init_scripts/init_db.sql"

1) Install dependencies:

npm install

2) Run MySQL from docker:

docker-compose up

or

npm run db:start

3) Start node.js server

npm start

or dev-server

npm run dev

4) Go to localhost:3000