Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ankerx/pro-manager


https://github.com/ankerx/pro-manager

graphql nextjs postgresql prisma tailwindcss typescript

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Manager Pro !

Task management application - Productive and Extensible

## 📦 Technologies

| Name | Description |
| ----------- | ---------------------------------- |
| NextJS | react Framework |
| GraphQL | query language for APIs |
| Prisma | an open source next-generation ORM |
| TailwindCSS | CSS framework |

## 🤖 Why Manager Pro?

Manager Pro provides **management tools** to manage task with **other people**.

### Setup

Fork `main` branch into your personal repository. Clone it to local computer. Install node modules. Before starting development, you should check if there are any errors.

```sh
$ git clone https://github.com/ankerx/pro-manager.git
$ npm install
$ npm run dev
```

Happy hacking!