Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helcioitiyama/fastfeet
Logistic program using ReactJS, NodeJS and Postgres
https://github.com/helcioitiyama/fastfeet
axios express multer nodejs nodemailer reactjs redux redux-saga sequelize styled-components
Last synced: 10 days ago
JSON representation
Logistic program using ReactJS, NodeJS and Postgres
- Host: GitHub
- URL: https://github.com/helcioitiyama/fastfeet
- Owner: helcioItiyama
- Created: 2020-07-06T18:15:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:20:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:33.530Z (over 1 year ago)
- Topics: axios, express, multer, nodejs, nodemailer, reactjs, redux, redux-saga, sequelize, styled-components
- Language: JavaScript
- Homepage:
- Size: 4.45 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :arrow_right: ABOUT THE PROJECT
This project was developed using ReactJS to simulate a logistic program where you can track who's delivering and who's the receiver, as well, as his contact and the delivery status.
## :computer: TECHNOLOGIES USED FOR THIS PROJECT:
## Back-end
- [**express**](https://github.com/expressjs/express)
- [**sequelize**](https://github.com/sequelize/sequelize)
- [**json web token**](https://github.com/auth0/node-jsonwebtoken)
- [**bcrypt**](https://github.com/kelektiv/node.bcrypt.js)
- [**nodemailer**](https://github.com/nodemailer/nodemailer)
- [**bee-queue**](https://github.com/bee-queue/bee-queue)
- [**express-handlebars**](https://github.com/bee-queue/bee-queue)
- [**multer**](https://github.com/expressjs/multer)
- [**axios**](https://github.com/axios/axios)
- [**cors**](https://github.com/expressjs/cors)
- [**yup**](https://github.com/jquense/yup)### Front-end
- [**react**](https://github.com/facebook/react)
- [**react-icons**](https://react-icons.github.io/react-icons)
- [**redux**](https://github.com/reduxjs/redux)
- [**redux-saga**](https://github.com/redux-saga/redux-saga)
- [**redux-persist**](https://github.com/rt2zz/redux-persist)
- [**react-toastify**](https://github.com/fkhadra/react-toastify)
- [**unform**](https://github.com/Rocketseat/unform)
- [**date-fns**](https://github.com/date-fns/date-fns)
- [**polished**](https://github.com/styled-components/polished)
- [**react-scripts**](https://github.com/facebook/create-react-app/tree/master/packages/react-scripts)
- [**react-select**](https://github.com/JedWatson/react-select/issues/3145)
- [**styled-components**](https://github.com/styled-components/styled-components)
- [**reactotron**](https://github.com/infinitered/reactotron)## :information_source: HOW TO RUN THE APPLICATION
To clone and run this application, you'll need Git, NodeJS, Babel, WebPack.
You just need to run the following commands:
```bash
# Clone this repository
$ https://github.com/helcioItiyama/FastFeet.git# Go into the repository
$ cd FastFeet# Install dependencies
$ yarn# Run page
$ yarn start
```