https://github.com/keuller/multi-task-manager
Simple multi task manager webapp
https://github.com/keuller/multi-task-manager
Last synced: 9 months ago
JSON representation
Simple multi task manager webapp
- Host: GitHub
- URL: https://github.com/keuller/multi-task-manager
- Owner: keuller
- Created: 2021-04-16T18:43:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T12:04:02.000Z (over 4 years ago)
- Last Synced: 2025-01-23T00:28:11.269Z (11 months ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project
Simple webapp that demonstrantes multi project management.
## Framework & Libs
* [Fastify](https://www.fastify.io/) framework to create API backend.
* [ReactJS](https://reactjs.org/) to create all the UI components.
## Installation
```bash
$ npm install
```
## Running the server
```bash
# development
$ npm run start:dev
#production
$ npm start
```
## Running the UI
```bash
# watch mode
$ npm run start:ui
# build for production
$ npm run build:ui
```
## Test
```bash
# unit tests
$ npm run test
```
## Access the application
There are two users that you can use to access the application:
| Email | Password |
|-------|----------|
| johndoe@gmail.com | 12345 |
| alice.smith@aol.com | 12345 |
## Screens
### Login

### User Register

### Projects Panel
