Skip to content

Acaki/chatroom

Repository files navigation

Chatroom backend

Entry: https://api-dot-practice-272116.appspot.com/

Simple chat app backend implemented with Express.

How to run

Make sure you have node and npm installed

  • Run npm run start to start a local server at localhost:3000
  • Run num run devstart to start a local server that automatically reloads at file change event.
  • Run num run test to run all tests.

Note: You can set environment variable PORT to run the server on different port.

Deployment

  • gcloud auth login
  • gcloud app deploy api.yaml

DB schema

DB schema

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published