Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henriquealbert/planeous.com


https://github.com/henriquealbert/planeous.com

Last synced: 18 days ago
JSON representation

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)