Skip to content

alewoo/iMPublic

This branch is 2 commits behind involveMINT/iMPublic:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 1, 2022
Jan 30, 2023
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 2, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022

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 git@ssh.dev.azure.com: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

About

Public involveMINT repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.0%
  • HTML 17.1%
  • SCSS 4.5%
  • JavaScript 1.4%