Giter VIP home page Giter VIP logo

fastfeet's Introduction

FastFeet, The future of parcel deliveries! ๐Ÿ“ซ ๐Ÿšš๐Ÿ’จ

Your order treated with great affection. ๐Ÿ’Œ

Cloning this project

$ git clone https://github.com/splhead/fastfeet.git

โ—๏ธ Requisites

To run this all project, you need have be the packages installed:

๐Ÿ’พ Backend

  • API RESTFUL created with Node.js using express.

  • For database use PostgresSQL with sequelize.

โšก๏ธ Start

  • For use this api you need have be installed PostgresSQL, I'm use Docker, but this is optional.
  • If you don't want installing DOCKER, use convencional Postgres installation.

Runing Postgres using DOCKER: ๐Ÿ‹

$ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres

If you already have a container with Postgres, run:

$ docker start "CONTAINER DOCKER ID"
  • For background jobs I'm using Redis with DOCKER.
  • If you don't want installing DOCKER, use convencional installation of Redis.

Runing Redis using DOCKER: ๐Ÿ‹

$ docker run --name some-redis -d redis

If you already have a container with Rerdis, run:

$ docker start "CONTAINER DOCKER ID"

You need copy file .env.example to .env in backend folder and change values

Now in your terminal, run:

$ cd backend

$ yarn

$ yarn sequelize db:create

$ yarn sequelize db:migrate

$ yarn sequelize db:seed:all

$ yarn dev

To start queue to Mail send

$ cd backend

$ yarn queue

To debugin, run:

yarn dev:debug

Frontend

The backend needed.

The default user is [email protected] and password 123456

Copy file .env.example to .env in frontend folder and change values

Now in your terminal, run:

$ cd frontend

$ yarn

$ yarn start

Frontend

Mobile

ps: Only android version was tested in mobile. The backend needed.

Now in your terminal, run:

$ cd mobile

$ yarn

$ yarn android

Feito com ๐Ÿ’œ by Silas P Ladislau

fastfeet's People

Contributors

splhead avatar

Watchers

 avatar  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.