Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomheaton/project-tracker
A tracking app to manage your projects. Includes issue and bug tracking.
https://github.com/tomheaton/project-tracker
javascript mysql nextjs nodejs prisma reactjs tailwindcss typescript
Last synced: about 12 hours ago
JSON representation
A tracking app to manage your projects. Includes issue and bug tracking.
- Host: GitHub
- URL: https://github.com/tomheaton/project-tracker
- Owner: tomheaton
- License: mit
- Created: 2021-08-23T11:25:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T21:47:22.000Z (about 2 years ago)
- Last Synced: 2024-05-02T04:08:17.632Z (7 months ago)
- Topics: javascript, mysql, nextjs, nodejs, prisma, reactjs, tailwindcss, typescript
- Language: JavaScript
- Homepage: https://project-tracker.tomheaton.dev
- Size: 903 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# project-tracker
A project tracking app to manage your projects. Includes issue and bug tracking.
## project structure
| Directory | Description |
|----------------------|----------------------------|
| [`client`](./client) | Next.js frontend |
| [`server`](./server) | Node.js backend |## guest login
The guest login to the live site is: username `project`, password `tracker`