https://github.com/abdtriedcoding/roc8-interview
A web app made during the machine coding round of the company.
https://github.com/abdtriedcoding/roc8-interview
jwt-authentication neondb nextjs postgresql prisma reacthookform reactjs serveractions shadcn-ui t3stack tailwindcss typescript
Last synced: 3 months ago
JSON representation
A web app made during the machine coding round of the company.
- Host: GitHub
- URL: https://github.com/abdtriedcoding/roc8-interview
- Owner: abdtriedcoding
- Created: 2024-04-06T10:42:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T13:09:06.000Z (11 months ago)
- Last Synced: 2024-07-21T00:11:35.885Z (11 months ago)
- Topics: jwt-authentication, neondb, nextjs, postgresql, prisma, reacthookform, reactjs, serveractions, shadcn-ui, t3stack, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://roc8-interview-ecommerce.vercel.app
- Size: 890 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a T3 Stack project bootstrapped with `create-t3-app`.
Key Features:
- Full Custom Authentication 🔐
- User can mark category according to their interests 🔗
- Users data will be stored in Neon database 🏬### Prerequisites
**You should have Nodejs installed on your system**
### Cloning the repository
```shell
git clone https://github.com/abdtriedcoding/roc8-interview.git
```### Install packages
```shell
npm i
```### Setup .env file taking refrence from .env.example file
### Setup Postgressql of your choise i use Neon
### Start the app
```shell
npm run dev
```