Updated packages

This commit is contained in:
2021-07-15 09:24:37 +10:00
parent 547d5dba1c
commit 9178e892d6
2 changed files with 151 additions and 149 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ An API centric auth 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