Welcome to the Rebook project repository! Rebook is platform for exchanging used books and tailored for book buying and selling.
Check out the live demo here demo
Client: React, Redux, TailwindCSS
Server: Python, Django, Postgresql
Follow these steps to run the Rebook project locally:
-
Make a new directory:
mkdir Rebook
-
Navigate to the project directory:
cd Rebook
-
Clone the project repositories:
git clone https://github.com/REBOOK-org/rebook-client.git git clone https://github.com/REBOOK-org/rebook-server.git git clone https://github.com/REBOOK-org/.github
-
Run the Docker Compose:
sudo docker-compose up
-
Access the project via the following URL:
http://localhost:3251
Contributions are welcome! To contribute to the Rebook project, follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch to work on.
- Make your changes and commit them, ensuring to write clear and descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the main repository, detailing the changes you've made and any relevant information.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it as per the terms of this license.