Skip to content

AIESECGermany/PolarCRM-Frontend

 
 

Repository files navigation

PolarCRM-Frontend

CRM App for AIESEC in Germany to manage new applicants as well as current members of the organization

Stack

Frontend

  • Angular 16

Backend

  • NodeJS
  • ExpressJS
  • MongoDB

The Backend can be found here

Get Started

  • Clone the repo and execute npm i
  • To run the code execute npm start

Environment File

You will have to create an environment.development.ts file to get access to the backend. The environment file needs to contain the following entries:

  • googleClientId: 'example123.apps.googleusercontent.com' (Google Client ID can be found here
  • serverUrl: 'http://localhost:8000' (The URL where your server is running)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.4%
  • HTML 22.7%
  • SCSS 13.9%