This project was created for hackathon idea implementation. The idea is the delivery of unique or cheap goods by travelers.
git clone https://github.com/kindcarrier/KindCarrierBackend.gitcd KindCarrierBackendcp config/database.yml.example config/database.ymlRAILS_ENV=development rails db:create db:migraterails server
Now you can access the project's backend via visiting localhost:3000. There is swagger documentation, placed at
this URL.
This project is developing based on:
- Ruby on Rails
- Rspec
- Rswag