An open API service indexing awesome lists of open source software.

https://github.com/fullstackacademy/acme-chat-start


https://github.com/fullstackacademy/acme-chat-start

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Acme Chat Start

## Setup

- create database acme-chat-db
- npm i
- npm i start:dev:seed (at least once to seed data)
- npm i start:dev (after seeding data)

# if deploying
- create database on heroku
- set config variable for JWT
- set config variable for SEED=true (you can remove it after data is seeded)

- Starting Repo
- Server Initialization
- Client Initialization
- Broadcast Events