Prerequisites:
- Nodejs
- Postgres database named
involvemint
running on localhost port 5432 with usernamepostgres
and password1Qazxsw2
- Visual Studio Code
- Clone repository
git clone [email protected]:v3/involvemint/involveMINT/involvemint2.0
- Change directory into repository
cd involvemint2.0
- Install dependencies
npm install
- Start client
npx ng s
- In another terminal, start server
npx ng s api