Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theodrosyimer/cinevore

Soon... still working on it.
https://github.com/theodrosyimer/cinevore

Last synced: about 2 months ago
JSON representation

Soon... still working on it.

Awesome Lists containing this project

README

        

# Cinevore

> A social network for movie lovers

## Usage

**Install**

```sh
git clone https://github.com/theodrosyimer/cinevore
cd cinevore
npm install
```

**Development**

To start the app in development mode:

```sh
npm run dev
```

**Start**

To start the app:

```sh
npm run build && npm start
```

## Technologies used

- [TypeScript](https://www.typescriptlang.org/)
- [zod](https://zod.dev/)
- [Next.js](https://nextjs.org/)
- [NextAuth.js](https://next-auth.js.org/)
- [bcrypt](https://www.npmjs.com/package/bcrypt)
- [React](https://reactjs.org/)
- [React Hook Form](https://react-hook-form.com/)
- [React Query](https://react-query.tanstack.com/)
- [MySQL](https://www.mysql.com/)
- [mysql2](https://www.npmjs.com/package/mysql2)
- [Drizzle ORM](https://orm.drizzle.team/docs)
- [Tailwind CSS](https://tailwindcss.com/)
- [RadixUI](https://www.radix-ui.com/)
- [shadcn-ui](https://ui.shadcn.com/)
- [uploadthing](https://docs.uploadthing.com/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- ...