https://github.com/andisiambuku/package-pros
A Ruby on Rails API for a courier app
https://github.com/andisiambuku/package-pros
api ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
A Ruby on Rails API for a courier app
- Host: GitHub
- URL: https://github.com/andisiambuku/package-pros
- Owner: andisiambuku
- Created: 2022-12-04T11:29:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T10:03:08.000Z (over 3 years ago)
- Last Synced: 2025-01-16T11:28:18.232Z (over 1 year ago)
- Topics: api, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Package Pros
Package Pros is an application that allows users to send and receive packages from anywhere in the country. They can send to any destination and be guaranteed of delivery.
## Run Locally
Clone the project
```bash
git clone https://github.com/andisiambuku/Package-Pros.git
```
```bash
bundle install
```
```bash
rails db:create
```
```bash
rails db:migrate db:seed
```
```bash
rails s
```
## API Reference
/parcels
/users
/login
## Authors
- [@andisiambuku](https://github.com/andisiambuku)
- [@philipNgungi037](https://github.com/philipNgungi037)
- [@briankorir44](https://github.com/briankorir44)
- [@juspher-mokua](https://github.com/juspher-mokua)
## Contributing
Contributions are always welcome!
Fork > Contribute your idea > Create a Pull Request > Improve the project
## Tech Stack
**Client:** React
**Server:** Ruby on Rails, PostgreSQL
## Related
Here are some related projects
[Package-Pros Front-end](https://github.com/briankorir44/Package-Pros-Project)
## Deployment
The link to the deployed backend
https://package-pros.onrender.com/