Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ankerx/pro-manager
- Owner: ankerx
- Created: 2022-06-13T17:28:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T18:05:30.000Z (over 2 years ago)
- Last Synced: 2023-03-09T07:41:18.610Z (over 1 year ago)
- Topics: graphql, nextjs, postgresql, prisma, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!