From edbbed205031fa21c42e309cbf1161e20135e44b Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Fri, 3 Dec 2021 17:00:23 -0700 Subject: readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index edb27da..51e5e25 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ $ npm install -g yarn ### .env Create a file in the root called `.env` and copy the contents of `.env.example` +In your new `.env` file update the values for each key as you would like + ### Dependencies To install the server dependencies run ```bash @@ -43,11 +45,18 @@ $ createdb neststarterappdevelopment # creates a postgres database Run the migrations ```bash -yarn db:migrate +$ yarn db:migrate ``` Migrations need to be run again everytime a new migration is created +Run the seeds +```bash +$ yarn db:seed +``` + +This should create roles and your admin level user in your database. + ### SSL Create a ssl key and certificate and place them in the root directory -- cgit v1.2.3-70-g09d2