https://github.com/mcodex/rocketseat-fastfeet-api
https://github.com/mcodex/rocketseat-fastfeet-api
express helmetjs jwt postres sequelize
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcodex/rocketseat-fastfeet-api
- Owner: mCodex
- License: mit
- Created: 2020-02-09T12:23:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T14:10:10.000Z (about 3 years ago)
- Last Synced: 2025-01-20T10:17:50.604Z (about 1 year ago)
- Topics: express, helmetjs, jwt, postres, sequelize
- Language: JavaScript
- Size: 993 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastfeet API

---
## 📖 About
Fastfeet is a platform built for a "fake" shipping company. It was made by me during my journey as student from Rocketseat's bootcamp.
## 📚 Techs/Libraries
* [ExpressJS](https://expressjs.com/)
* [HelmetJS](https://helmetjs.github.io/)
* [Airbnb's ESlint](https://www.npmjs.com/package/eslint-config-airbnb)
* [Nodemon](https://nodemon.io/)
* [Sucrase](https://sucrase.io/) - For ES6+ support
* [Sequelize](https://sequelize.org/) - Database ORM
* [JWT](https://jwt.io/)
## 📦 Installation
It is easy, just run:
* `yarn` - to install dependencies
* `yarn dev` - to start development mode