Updated README.md

This commit is contained in:
2021-01-31 08:11:51 +11:00
parent d24c16c5ad
commit e4cec2504e
+2 -1
View File
@@ -4,7 +4,8 @@ An API centric news server. Uses Sequelize and mariaDB by default.
# Setup # Setup
Run the SQL script `sql/create_database.sql`. This will set up an empty database called `news`, and a new user called `news`. 1. Run `cp .envdev .env`, then enter the correct information into the new file.
2. Run the SQL script `sql/create_database.sql`. This will set up an empty database called `news`, and a new user called `news`.
# API # API