Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Starlink Tracker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Humaid Mustajab
Starlink Tracker
Commits
b507f39b
Commit
b507f39b
authored
Sep 4, 2020
by
mim58
Browse files
Options
Downloads
Patches
Plain Diff
Update readme.md
parent
f13e4753
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+3
-1
3 additions, 1 deletion
readme.md
with
3 additions
and
1 deletion
readme.md
+
3
−
1
View file @
b507f39b
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment