Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 765 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 765 Bytes
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