Updated README.md

This commit is contained in:
2021-03-18 04:46:50 +11:00
parent f6f0549ce5
commit 3100d5929e
+1 -1
View File
@@ -4,7 +4,7 @@ An API centric chat server. Uses Sequelize and mariaDB by default.
# Setup
TODO: document the chat server setup
There are multiple ways to run this app - it can run on it's own via `npm start` (for production) or `npm run dev` (for development). it can also run inside docker using `docker-compose up --build` - run `node configure-script.js` to generate docker-compose.yml.
# API