An open API service indexing awesome lists of open source software.

https://github.com/coder-abdo/tasks-management

A full stack tasks management project including authentication and authorization besides the usual CRUD operations.
https://github.com/coder-abdo/tasks-management

Last synced: 9 days ago
JSON representation

A full stack tasks management project including authentication and authorization besides the usual CRUD operations.

Awesome Lists containing this project

README

        

# Tasks Management

## Description

A full stack Tasks Management Application including Authentication and Authorization besides the usual CRUD Operations which you can create task, read tasks, update tasks and delete tasks.

## Installation

```bash
$ npm install or $ yarn
```

## Running the app

```bash
# development
$ npm run start or $ yarn start

# watch mode
$ npm run start:dev or $ yarn start:dev

# production mode
$ npm run start:prod or $ yarn start:prod
```

## Test

```bash
# unit tests
$ npm run test or $ yarn test

# e2e tests
$ npm run test:e2e or $ yarn test:e2e

# test coverage
$ npm run test:cov or $ yarn run test:cov
```

## Stay in touch

- Author - [Abdelmonaem Shahat](https://github.com/coder-abdo)
- LinkedIn - [Abdelmonaem Shahat](https://www.linkedin.com/in/abdelmonaem-shahat/)