Skip to content

Facebook back-end clone made on Cataline's FullStack Bootcamp

Notifications You must be signed in to change notification settings

guilherme-vaz/facebookClone-backend

Repository files navigation

backend

Build Setup

Install Docker Compose.

# Create container with MySQL
$ docker-compose up -d

# Create database structure
$ node ace migration:run

# install dependencies
$ npm install

# server with changes watcher
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

Releases

No releases published

Packages

No packages published