Skip to content

abdtriedcoding/roc8-interview

Repository files navigation

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

git clone https://github.com/abdtriedcoding/roc8-interview.git

Install packages

npm i

Setup .env file taking refrence from .env.example file

Setup Postgressql of your choise i use Neon

Start the app

npm run dev