Updated packages

This commit is contained in:
2021-07-15 09:25:14 +10:00
parent ab0bad4f73
commit 53776438a9
2 changed files with 207 additions and 205 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ An API centric chat server. Uses Sequelize and mariaDB by default.
# 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.
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 and startup.sql.
# API