Fashpost

Design

Figma File

Installing Dep

npm i
cd frontend
npm i

Running App

npm run dev

Running Backend

npm run server

Running Frontend

npm run client

Running only client(frontend) will throw some errors due to the absence of backend function and database connectivity.

Adding environment variables

Create .env file and add the following environment variables to it.

NODE_ENV , PORT , MONGO_URI , JWT_SECRET

Open in Stackbitz