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

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.

Awesome Lists containing this project

README

        


This is a T3 Stack project bootstrapped with `create-t3-app`.


https://roc8-interview-ecommerce.vercel.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
```