Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 863 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 863 Bytes

This is a practice project made by me, where you can share your throughts and also commment, react or love others thoughts.

Tech Stacks:

ReactFrontEnd Framework

NextjsRouting

MongoDBDatabase

PrismaORM

NextAUTHAuthentication

VercelDeployment

Getting Started

Node version 16.x

Cloning the repository

git clone https://github.com/aryanjha256/chirp.git

Install packages

npm i

Setup .env file

DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app