Skip to content

MahdiProgman/task-manager-api

Repository files navigation

Task Manager

a API that allows you to manage your tasks

🧰 Tech Stack

  • Node.js
  • Nest.js
  • MySQL
  • Prisma

🏃 How To Run It?

you must have mysql in your OS, if you don't have, install it.

first of all, clone it:

git clone https://github.com/MahdiProgman/task-manager-api

next, copy .env.example and rename it to .env.development

now install packages:

yarn install

you must run migrations so run this:

yarn migrate:dev

now everything is ok and you can run:

yarn start

and see the app in:

localhost:8080

📄 Documentation

to see docs, see the address below:

localhost:8080/api/docs

🫶 How to Support Me?

I just wanted your attention, and now I got it 😎 If you want to make me even happier, just give a ⭐!

Releases

No releases published

Packages

No packages published