CRM App for AIESEC in Germany to manage new applicants as well as current members of the organization
- Angular 16
- NodeJS
- ExpressJS
- MongoDB
The Backend can be found here
- Clone the repo and execute
npm i
- To run the code execute
npm start
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)