-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Siddhesh edited this page Feb 4, 2022
·
7 revisions
- Go
- Node + NPM
- Postgres v14.1
Clone this repository first.
- Change the directory to server :
cd server
- Set Postgres database credentials in
config/config.go
file. - Run the server
go run main.go
- Change the directory to client :
cd client
- Install dependencies (react, react-router, etc) :
npm install
- Start client :
npm start
For any queries or support contact the team
If you have noticed an issue, please report by creating a new issue.