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

https://github.com/kostyamm/pm-tool

This is a demo project for estimating tasks
https://github.com/kostyamm/pm-tool

express mongodb mongoose nodejs pinia socket-io vite vue3

Last synced: 3 months ago
JSON representation

This is a demo project for estimating tasks

Awesome Lists containing this project

README

          

# PM Tool ⚙️

- [Frontend app](https://github.com/kostyamm/pm-tool/tree/main/client) Vue 3 / Vite / Element Plus UI / Socket.io (client)
- [Backend app](https://github.com/kostyamm/pm-tool/tree/main/server) Express / MongoDB (mongoose) / Socket.io (server)

## About 📝
This is a demo project for estimating tasks.

Yes, of course, business logic needs to be improved here, but the foundation is already ready.

## Launch developer mode 🏗
#### For server and client directory

- ``npm ci && npm run dev``

## Screenshots 🤳 [from demo-beta branch](https://github.com/kostyamm/pm-tool/tree/demo-beta)
### Login
![Login](client/src/assets/screenshots/screenshot-login.png)
### User rooms
![User rooms](client/src/assets/screenshots/screenshot-user-rooms.png)
### Room for estimating
![Room for estimating](client/src/assets/screenshots/screenshot-room-id.png)
### Components
![Components](client/src/assets/screenshots/screenshot-components.png)