For our final group assignment of @codaisseur Academy and real world project for client 2ndGoods, we were asked to make an app as an additional service to their existing webshop. The app allows sellers to provide 2ndGoods with contact details, the make and model of the product they want to sell through 2ndGoods and pictures of the product in question. This information is sent to the database, where the Google Maps API calculates the distance between the sellers address and the 2ndGoods storage unit, resulting in an estimate for the price of the pick-up, should the seller be interested in this service.
The information is managed in the backend where we provided CRUD management functionality for admins.
This project is still under construction, so certain features are still pending approval and implementation.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This project runs on React Native, please make sure you install it according to these instructions
If you already have React Native, make sure to upgrade to the latest version!
After installing React native let's start by cloning the repository
git clone git@github.com:Woulei/SecondsGoods_ReactNative.git
then
cd SecondsGoods_ReactNative
install the node modules
npm install
and voila! We are ready to run our app
react-native run-ios
or for Android run
react-native run-android
Submission form
How does it work
FAQ
Menu
Ruby on Rails (backend / API): @JTBreunissen Ruby on Rails (backend) + React Native (frontend): @florestankorp React Native (backend / API): @woulei
See a list of contributors who participated in this project.
Many thanks to our client 2ndGoods for trusting us with the development of their app!