Skip to content

A Full Stack Student Grade Dashboard By React & Node & PostgresQL

Notifications You must be signed in to change notification settings

charlenelbb/dashboard-full-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running locally

1. Clone repo

git clone https://github.com/charlenelbb/dashboard-full-stack.git

2. Install PostgresQL

Download it from here: https://www.postgresql.org/download/

3. Run Backend

cd dashboard-full-stack
yarn
yarn server

4. Run Frontend

# open new terminal
yarn client