Project test to at Tallos, using NestJS + Docker + Prisma
-
You need installed Docker and Docker Compose in Container or running in local.
-
Also need to clone the backend project from user-manager-web.
-
In your terminal, run the steps:
pnpm instal
for install the modules.
npx prisma generate
for install the modules.
pnpm dev
. for running docker and up web app.
npx prisma db push
. for running docker and up web app.
You can access in your browser the web application http://localhost:3000/.
Features used in the Project.
This project is licensed under the MIT License - see the LICENSE page for details.