Welcome to teamerino angular, where you can find your dream team! This project is built using Angular, Express, and MongoDB.
This project works if run on MacOS 26 and Apple Silicon (but other configurations should work as well).
The following are required to run this program:
- Node (24.14 recommended)
- MongoDB (8.2.6 recommended)
To start the application, at the root directory, run the following commands:
npm run buildnpm start
Alternatively, to start the application using docker, perform the following:
- Install docker and docker compose
- Change the MongoDB URL hostname in
server/src/config/db.tstodb, making the pathmongodb://db:27017/teamerino - Run
docker compose up