-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
bahetianjali edited this page Apr 19, 2022
·
7 revisions
- Go
- Node + NPM
- Postgres v14.1 (optional support for sqlite)
Clone this repository first.
- Change the directory to server :
cd server
- Setting up the database (optional):
- Create a database
appdb
and a schemaapp
in your Postgres server. - Set Postgres database credentials in
config/config.go
file.
- Create a database
- Run the server
go run main.go
. If you wish to use sqlite:go run main.go pgdb=false
.
- 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.