Skip to content
Snippets Groups Projects
Commit b507f39b authored by mim58's avatar mim58
Browse files

Update readme.md

parent f13e4753
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,12 @@ Clone repo into a local folder. ...@@ -13,11 +13,12 @@ Clone repo into a local folder.
### Install dependencies ### Install dependencies
```bash ```bash
In the working directory, run the following:
cd ./back-end && npm install && cd ../front-end && npm install cd ./back-end && npm install && cd ../front-end && npm install
``` ```
### Database setup ### Database setup
```bash ```bash
Install PostgreSQL, put your password into the env.json, then do the following Install PostgreSQL, put your password into the env.json, then do the following:
psql --username postgres psql --username postgres
CREATE DATABASE starlinktrack; CREATE DATABASE starlinktrack;
...@@ -31,5 +32,6 @@ CREATE TABLE accounts ( ...@@ -31,5 +32,6 @@ CREATE TABLE accounts (
### Run the Tracker ### Run the Tracker
```bash ```bash
In the working directory, run the following:
cd ./back-end && concurrently "npm run server" "npm run client" cd ./back-end && concurrently "npm run server" "npm run client"
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment