ADMIN TODOS is a web application developed with Next.js, featuring a RESTful API, database management with Prisma, user authentication, task (todo) management functionality, and product management with shopping cart capabilities.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Visual Studio Code
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:Nelitaa/admin-todos-nextjs.git
To run the project, follow these steps:
docker compose up -d
.env.template
and rename it to .env
..env
file in a text editor.npm install
npx prisma migrate dev
npx prisma generate
npm run dev
Prisma commands:
npx prisma init
user: nela@test.com password: 123456
👤 Marianela Muñoz Gutierrez
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give me a star.
I would like to thank Fernando Herrera.
This project is MIT licensed.