Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 290 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 290 Bytes

README

Project setup

Install dependencies:

yarn install

Init database(postgresql):

# skipped installing psql and create user and database
psql -p 5432 -h 127.0.0.1 -U web3 -d learning -f ./decert.sql;

Start the backend service:

yarn start