1. Clone the repository
git clone https://github.com/nithin6x9/blog.xyz.git
2. Install all the backend Packages
cd backend
npm install
or
npm i
3. Install all the frontend Packages
cd frontend
npm install
or
npm i
4. Run run the backend server
cd backend
npm run dev
5. Run run the frontend server
cd frontend
npm run dev
6. Open localhost with your browser to see the result.
http://localhost:5173/api/v1/user/signup