A fun and sustainable alternative to fast fashion, Closet Circle is the website for all of your clothing borrowing, exchanging, and discovery needs!
This is a full-stack project with a Next.js client and a Node.js/Express server.
Make sure you have the following installed on your machine:
git clone <repository-url>
cd closet-circleNavigate to the client directory and install dependencies
cd client
npm installNavigate to the server directory and install dependencies
cd ../server
npm installStart the Client
In the client directory
npm run devThis will start the Next.js development server. Open http://localhost:3000 in your browser to view the client.
Start the Server
In the server directory
npm startThis will start the Node.js/Express server. By default, it will run on http://localhost:8800.