/Fastfeet

Primary LanguageJavaScript

💡 About

In this project, a complete stack was developed, where we used:

to build the fastfeet, application where you manage orders, the backend being responsible for all logistics of the application, frontend for company use, thus managing all orders, deliverymen, recipients and problems that may have occurred in delivery and mobile for deliverymen, where they can check available orders, handed out and manage all of them.

💻 Install

Clone

git clone https://github.com/victorvf/goStack-fastfeet.git

Node.js

- cd backend

- docker-compose build

- docker-compose run node yarn db:migrate

- docker-compose run node yarn db:seed:all

- docker-compose down

- docker-compose up

React

- cd frontend

- yarn install

- yarn start

React Native -> (I developed this application using my own cell phone(ANDROID), then the access settings are with my machine address, we will have to modify them.)

- cd mobile

- config/ReactotronConfig.js -> .configure({ host: 'your host' })
- services/api.js -> baseURL: 'http://yourhost:3333',

- yarn install

- yarn android

- yarn start

💥 Result

GoStack

📝 License

this project is under the MIT license. See the archive LICENSE for more details.