Skip to content

A simple Todo REST API with authentication built with NestJS and Prisma

Notifications You must be signed in to change notification settings

mohamadayash22/nestjs-todo-api

Repository files navigation

Nestjs Todo api

A simple Todo REST API with authentication built with NestJS and Prisma.

Installation

  1. Clone the repository
git clone https://github.com/mohamadayash22/nestjs-todo-api.git
  1. Install dependencies
npm install
  1. Start the development database
  • If you have a local instance of PostgreSQL running, you can skip this step. In this case, you will need to update the DATABASE_URL in the .env file to point to your local instance of PostgreSQL.
docker-compose up -d
  1. Run the migrations
npm run migrate:dev
  1. Start the development server
npm run start:dev

About

A simple Todo REST API with authentication built with NestJS and Prisma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages