GithubHelp home page GithubHelp logo

luiscl94 / fastfeet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from walefe/fastfeet

0.0 1.0 0.0 252 KB

:package: :purple_heart: Esse desafio faz parte do Desafio Final do bootcamp da Rocketseat, que é uma aplicação completa (Back-end, Front-end e Mobile).

JavaScript 98.17% HTML 1.83%

fastfeet's Introduction

Fastfeet

FastFeet Challenge.

Esse desafio faz parte do Desafio Final do bootcamp da Rocketseat, que é uma aplicação completa (Back-end, Front-end e Mobile).

PRs Welcome

🚀 About the challenge

The application is an app for a fictional carrier, FastFeet.

Technologies

  • Express - Fast, flexible and minimalist web framework for Node.js;
  • Sucrase + Nodemon;
  • 💖 ESLint + Prettier + EditorConfig;
  • 💾 Sequelize - SQL dialect ORM for Node.js;
  • 🔑 Redis — key-value data model
  • 🔐 JWT - Json Web Token;
  • ⌨️ YUP - is a JavaScript schema builder for value parsing and validation.
  • 📧 Nodemailer - Send e-mails with Node.JS
  • 🔺 Sentry - cross-platform application monitoring

Dependencies

Prerequisites

To run this server you will need two containers running on your machine.

To do so, you will need to run the following commands:

  • docker run --name fastfeet -e POSTGRES_PASSWORD=docker -p 5433:5432 -d postgres:11;
  • docker run --name redisfastfeet -p 6379:6379 -d -t redis:alpine;

Remember: If you restart your machine, you will need to start again the server with docker start <container_id>.

If you are using Insomnia as an http client, import the file: Run in Insomnia}

Getting started

Before you run this application you need to make sure the server is running!.

  1. Clone this repo using https://github.com/walefe/FastFeet.git
  2. Move to the appropriate directory: cd FastFeet.
  3. Run yarn to install dependencies.
  4. Run yarn dev to see the example app at http://localhost:3333.

fastfeet's People

Contributors

walefe avatar dependabot[bot] avatar

Watchers

James Cloos 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.