- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
This is a basic version of Discogs in which the user can add music records, delete them, view them, filter them, sort them, and search for titles or artists.
Client
- React.js
Server
- Ruby on Rails
Database
- PostgreSQL
- Add music records.
- View them.
- Filter, sort, and search.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git
- Ruby
- Ruby on rails gem
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:ha-manel/Discogs-Clone-API.git
Install this project with:
cd my-project
bundle install
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec
👤 Manel Hammouche
- Authentication
- Pagination
- Add more styling
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project leave a ⭐️
- I would like to thank Angel Perez for giving me this assignment.
- Thanks to anyone who reviews this project and leaves suggestions for improvements.