Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriquealbert/planeous.com
https://github.com/henriquealbert/planeous.com
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/henriquealbert/planeous.com
- Owner: henriquealbert
- Created: 2023-01-31T21:44:07.000Z (almost 2 years ago)
- Default Branch: staging
- Last Pushed: 2023-05-25T20:33:22.000Z (over 1 year ago)
- Last Synced: 2024-10-09T09:30:59.060Z (28 days ago)
- Language: TypeScript
- Homepage: https://planeous.com
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# planeous.com
## How to run locally:
- Clone the repository
- Install dependencies```bash
pnpm install
```- Create a `.env` file based on `.env.example`
- Run prisma migrations
```bash
pnpm run db:push
```- Run the project
```bash
pnpm run dev
```## Tech stack
- [Next.js](https://nextjs.org/)
- [Prisma](https://www.prisma.io/)
- [PostgreSQL](https://www.postgresql.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Mantine](https://mantine.dev/)
- [tRPC](https://trpc.io/)
- [NextAuth.js](https://next-auth.js.org/)## Project tasks
- All the tasks are on [Linear board.](https://linear.app/hschmaiske/team/PLANE/all)