Skip to content

ninaw04/closet-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👚 Closet Circle 👕

A fun and sustainable alternative to fast fashion, Closet Circle is the website for all of your clothing borrowing, exchanging, and discovery needs!


Project Setup

This is a full-stack project with a Next.js client and a Node.js/Express server.

Prerequisites

Make sure you have the following installed on your machine:


Getting Started

1. Clone the Repository

git clone <repository-url>
cd closet-circle

2. Install dependencies

Navigate to the client directory and install dependencies

cd client
npm install

Navigate to the server directory and install dependencies

cd ../server
npm install

3. Running the Development Environment

Start the Client In the client directory

npm run dev

This 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 start

This will start the Node.js/Express server. By default, it will run on http://localhost:8800.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors