Skip to content

involveMINT/iMPublic

Repository files navigation

Official involveMINT Web App Repository

Setting Up Environment

Prerequisites:

  • Nodejs
  • Postgres database named involvemint running on localhost port 5432 with username postgres and password 1Qazxsw2
  • Visual Studio Code

Steps

  1. Clone repository
git clone [email protected]:v3/involvemint/involveMINT/involvemint2.0
  1. Change directory into repository
cd involvemint2.0
  1. Install dependencies
npm install
  1. Start client
npx ng s
  1. In another terminal, start server
npx ng s api