Task Management API. Contains endpoints to create user accounts, create, view, update and delete tasks accordingly.
git clone `git@github.com:Chidinma21/API-Task-Mgt.git`
cd API-Task-Mgt
npm install
cp .env.example .env
Build the project
npm build
Run the project for production
npm start
Run the project for development
npm dev
We are using Eslint to find code errors and code formatting. Install ESlint extension on your editor. Run linter before you commit changes.
npm lint
npm lint-and-fix
We are using Prettier to find code errors and code formatting. Install Prettier extension on your editor. Run Prettier before you commit changes.
npm prettier