https://github.com/fullstackacademy/acme-chat-start
https://github.com/fullstackacademy/acme-chat-start
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstackacademy/acme-chat-start
- Owner: FullstackAcademy
- License: mit
- Created: 2022-09-01T00:44:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T19:32:13.000Z (over 3 years ago)
- Last Synced: 2025-03-25T16:16:16.259Z (about 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 12
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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