Tech Stack : TypeScript , NextJS, NodeJS , Express , TailwindCSS, Sequelize, SQLite
Clone Repository
git clone https://github.com/lakshya-dhariwal/StockWatch.git
cd server
add env for server
PORT=8000
JWT_SECRET=<"secret token for jwt">
then
yarn && yarn start
cd client
add env for client
NEXT_PUBLIC_API='http://localhost:8000/api'
then
yarn && yarn start