An open API service indexing awesome lists of open source software.

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

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/