Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theodrosyimer/cinevore
- Owner: theodrosyimer
- Created: 2023-07-03T21:44:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T06:06:25.000Z (10 months ago)
- Last Synced: 2024-03-01T07:24:31.784Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)
- ...