Transform How You Share: Peer-to-Peer Rentals for Everyday Essentials.
Swiftly is a platform that enables users to rent and lend everyday essentials from and to others in their community. Whether it's a power tool, a bicycle, or camping gear, Swiftly connects people who have items to share with those who need them, promoting sustainability and resource sharing.
- Peer-to-Peer Rentals: Users can easily rent items from other users in their community.
- Lending: Users can also lend their own items and earn extra income.
- Secure Transactions: Swiftly ensures secure transactions between renters and lenders.
- Community Building: Swiftly fosters a sense of community by connecting users within neighborhoods.
To get started with Swiftly, follow these steps:
- Node.js and npm installed on your machine
- Python and Django installed on your machine
- MongoDB installed and running on your system
- Navigate to the
frontend
directory:cd frontend
- Install Dependencies: Run
npm install
to install all necessary dependencies. - Run the Development Server: Use
npm start
to run the React development server.
- Navigate to the
backend
directory:cd backend
- Install Django Dependencies: Run
pip install -r requirements.txt
to install all necessary Python dependencies. - Run the Django Server: Use
python manage.py runserver
to run the Django development server.
- Make sure MongoDB is installed and running on your system.
- The Django backend should be configured to connect to the MongoDB database. Refer to the Django documentation or relevant tutorials for details on setting up Django with MongoDB.
- React.js
- Django
- MongoDB
If you have any feedback or suggestions for Swiftly, please feel free to open an issue or submit a pull request. We welcome contributions from the community!
Thank you for using Swiftly! Happy renting!