Giter VIP home page Giter VIP logo

fastfeet-project's Introduction

DevRadar

🚀 Fake Aplication created for Final Challenge on BootCamp 10 / Rocketseat

GitHub language count Repository size GitHub last commit Repository issues License

Tecnologies   |    Project   |    Requirements   |    BackEnd   |    Front-End-Web   |    Mobile-App   |    How to contribute   |    Licença


Links to the system:

Tecnologies

This project was made with this tecnologies:

Project

FastFeet is an Application for a Fake Logistic Company that has some problems about management of your delivery system. Because of it this App was created to them for helping about this escpecif point

Requirements

Clone the repository

BackEnd

  • Enter on backend folder from main;
  • Run yarn to install de dependencies;
  • Edit .env.example file with your data;
  • with Docker create three databases:
    • postgres;
    • mongoDb;
    • redis;
  • Run yarn sequelize db:migrate to create tables for your databases;
  • Run yarn sequelize db:seed:all;
  • Run yarn backEnd to start;

Front-End-Web

  • Before run front-end server remember to start backend first;
  • Run yarn to install de dependencies;
  • Run yarn start to begin;

Mobile-App

This App was only tested on Android Platform

  • Before run front-end server remember to start backend first;
  • Enter on fastfeetmobile folder from main;
  • Run yarn to install de dependencies;
  • Edit BaseURL on /src/services/api.js changing for an IP address that corresponding to your local machine:
    • Emulator: http://10.0.3.2:3333;
    • Android Phone USB: http://IP_ADDRESS:3333;
  • Open the emulator or an Android Phone plugged on Computer and Run react-native run-android and react-native start.

How to contribute

  • Do it a fork from this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Do commits of your Changes: git commit -m 'feat: My new feature';
  • Do it a push for your branch: git push origin my-feature.

After the merge of your pull request will have done, You can delete your branch.

License

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


Made by Caique Roschel

fastfeet-project's People

Contributors

croschel avatar bardiaalavi-2020 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.