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.
- Host: GitHub
- URL: https://github.com/coder-abdo/tasks-management
- Owner: coder-abdo
- Created: 2022-04-19T21:55:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T14:23:29.000Z (about 3 years ago)
- Last Synced: 2025-03-04T07:47:19.287Z (4 months ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)