Have an item that might be better suited for someone else?
You know how to cook, sing, or maybe code? Find the perfect swap on Swapsies!
- Create an account with items or services to swap, with details about yourself.
- Include a personal "wishlist" to let other users know what you would like for your items.
- Search / browse for items or services available to swap.
- Private message other users and arrange a swap.
- Click here to see working version of deployed project.
First, create the required environment files.
cp .env.template .env
cd client
cp .env.template .env
Second, install the dependencies.
npm install
cd client
npm install
For Backend Server (Express.js + MongoDB).
sudo service mongodb start
npm start
For Frontend Server (React.js).
cd client
npm start