This is a simple app for gen archi project The main goal is to be able to count the late of people to meetings.
- SvelteJS
- NodeJS
- ExpressJS
- Typescript
- Prisma
- MongoDB
cd back-end
Setup the .env file
cp .env.default .env
docker compose up -d mongo
npm install
npm run start:dev
cd front-end
npm run dev
See this link to install SvelteJS on Project
See this link to install MongoDB x Prisma x Docker on Project
See this link to install Prisma on Project
See this link to install NodeJS + ExpressJS + Typescript on Project
See this link to install Airbnb Style Guide on Project