Skip to content

jmtosto/fullstack-fastFeet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo mobile app web

Technologies   |    How To Use   |    License

🚀 Technologies

This project was developed at the RocketSeat GoStack Bootcamp with the following technologies:

ℹ️ How To Use

- The mobile app only runs on Android! -

To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. You'll also need to setup and run a Postgres and a Redis database and insert the access informations into a .env file, based on a .env.example file that is provided in the backend folder. From your command line:

# Clone this repository
$ git clone https://github.com/adriano-machado/fullstack-fastFeet.git

# Go into the repository
$ cd fullstack-fastFeet

# Install dependencies for the backend
$ cd backend
$ yarn install

# Run migrations to your database
$ yarn sequelize db:migrate

# Run seed to your database (just a admin user)
$ yarn sequelize db:seed:all

# Run the backend server
$ yarn dev
$ yarn queue

# Install dependencies for the frontend and run the server
$ cd frontend
$ yarn install
$ yarn start

# Install dependencies for the mobile
$ cd mobile
$ yarn install

# Run the app (Android)
$ react-native run-android

# Start React Native Server (only if not start automatically)
$ react-native start

📝 License

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


Made with ♥ by Adriano Machado 👋 Get in touch!

About

Application that simulates a delivery company

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.8%
  • Java 2.8%
  • Ruby 2.2%
  • Objective-C 1.8%
  • Other 1.4%