Updated packages

This commit is contained in:
2021-07-15 09:24:15 +10:00
parent 1c32e42b47
commit f56f1e859b
2 changed files with 145 additions and 143 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ An API centric news 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.
To generate an authorization token, use [auth-server](https://github.com/krgamestudios/auth-server). A public-facing development auth-server is available here (tokens are 10 minutes):