Skip to content

obedeDintala123/task-manager-api

Repository files navigation

Tasking API

  1. Clone the repository:
    git clone <REPOSITORY_URL>
    cd <REPOSITORY_NAME>
    

  1. Install dependencies:
    npm install

  1. Configure the .env file with your environment variables (e.g., database URL).

  1. Run migrations and generate the Prisma client (if needed):
    npm run migrate
    npm run generate
    

  1. Start the server in development mode:
    npm run dev

About

Tasking API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors