8000 GitHub - QuackDuster/To-Do-App: Simple To-Do app using a DB and a Restful API to connect it / Pending to deploy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

QuackDuster/To-Do-App

Repository files navigation

TO-DO App with User sessions

Basic TO-DO's or Tasks application to take note of task or reminders to complete

Stack of technologies used

  • NextJS, Redux Toolkit, Prisma, PostgreSQL, Docker, Vercel

Getting Started

Development

Steps to run the app in development mode

  1. Start the DB
docker compose up -d
  1. Create a copy of .env.template file called .env to set the user of the DB

  2. Replace the environment variables

  3. Install the dependencies of the project executing the command: npm install

  4. Run the project under development mode to start the project executing the command: npm run dev

  5. Execute the following Prisma commands to migrate the info of the DB and generate the schemas:

npx prisma migrate dev

npx prisma generate
  1. Execute the seed to create the local DB

Note: Default user to test faster without create an account

User: test1@google.com Password: 123456

Prisma Commands

npx prisma init
npx prisma migrate dev
npx prisma generate

About

Simple To-Do app using a DB and a Restful API to connect it / Pending to deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0