All Projects → DanielObara → FastFeet

DanielObara / FastFeet

Licence: MIT License
Desafio final do Bootcamp GoStack da Rocketseat. 🚀 🚚

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Handlebars
879 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to FastFeet

bootcamp-gostack-desafio-04
Desafio do quarto módulo do Bootcamp GoStack 🚀👨🏻‍🚀
Stars: ✭ 50 (+233.33%)
Mutual labels:  rocketseat, bootcamp-gostack
proffy
Plataforma de estudos online para conectar alunos e professores de forma rápida e fácil. @Rocketseat
Stars: ✭ 21 (+40%)
Mutual labels:  rocketseat
bootcamp-launchbase-desafios-04
Desafios do quarto módulo do Bootcamp Launchbase 🚀👨🏻‍🚀
Stars: ✭ 59 (+293.33%)
Mutual labels:  rocketseat
node
Projeto com os fundamentos em javascript, html, css, node e react dos treinamentos.
Stars: ✭ 14 (-6.67%)
Mutual labels:  rocketseat
GoBarber
💈 Aplicação de agendamento para serviços de beleza, entre provedores e clientes.
Stars: ✭ 84 (+460%)
Mutual labels:  rocketseat
move.it
🚀 Move It is a project to help people to make more exercises. Next Level Week #04 #NLW @Rocketseat - NLW
Stars: ✭ 27 (+80%)
Mutual labels:  rocketseat
omnistack10-devradar
🚀 DevRadar: Aplicação desenvolvida na 10° semana da Ominstack feito pela Rocketseat.
Stars: ✭ 23 (+53.33%)
Mutual labels:  rocketseat
nodejs-modulo3-novo
💈 GoBarber Application using Node.js, Express, Multer, date-fns, Mongoose, Bee-Queue, Nodemailer, Express Handlebars, Youch, dotenv, Mailtrap and Sentry
Stars: ✭ 14 (-6.67%)
Mutual labels:  rocketseat
Ecoleta
♻️ Aplicação web para coleta de resíduos de forma eficiente.
Stars: ✭ 19 (+26.67%)
Mutual labels:  rocketseat
aircnc
☕ Airbnb like (Air Coffee & Code) to booking spots for developers using ReactJS, React Native, Node.js and more.
Stars: ✭ 37 (+146.67%)
Mutual labels:  rocketseat
live-graphql
Código da live de GraphQL do Bootcamp GoStack 🎓
Stars: ✭ 22 (+46.67%)
Mutual labels:  bootcamp-gostack
maratona-discover-02
Projeto construído durante a MaratonaDiscover #02
Stars: ✭ 97 (+546.67%)
Mutual labels:  rocketseat
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-13.33%)
Mutual labels:  rocketseat
bootcamp-launchbase-desafios-01
Desafios do primeiro módulo do Bootcamp Launchbase 🚀👨🏻‍🚀
Stars: ✭ 120 (+700%)
Mutual labels:  rocketseat
Happy
Happy 🥳 | Rocketseat 💜 - NLW 03 👩‍🚀
Stars: ✭ 61 (+306.67%)
Mutual labels:  rocketseat
nodejs-saas
☁️ Application using Node.js, AdonisJs, Adonis ACL, Adonis Kue Provider, Adonis Mail, Adonis Lucid Slugify, Adonis Validator, AdonisJs Redis, ESLint and pg
Stars: ✭ 13 (-13.33%)
Mutual labels:  rocketseat
timeup-nlw4
Project developed with ReactJS | Move.It by Rocketseat NLW#4 🖥️🚀
Stars: ✭ 45 (+200%)
Mutual labels:  rocketseat
gatsby-starter-rocketdocs
The documentation starter you were looking for ⚡️
Stars: ✭ 215 (+1333.33%)
Mutual labels:  rocketseat
ignite-reactjs
Projetos desenvolvidos em ReactJS durante a trilha de ReactJS do Ignite da Rocketseat. 💜🚀
Stars: ✭ 20 (+33.33%)
Mutual labels:  rocketseat
ask-me-bro
Every question has an answer. Learn and share knowledge with others. Askmebro.
Stars: ✭ 48 (+220%)
Mutual labels:  rocketseat

Fastfeet

🚧 In progress.. 🚧

This project is the final challenge called FastFeet, which is a complete application( Back-end, Front-end and Mobile) that is evaluated for issuing the GoStack Bootcamp Certificate

GitHub language count Made by DanielObara License Repository size GitHub last commit Stargazers

Run in Insomnia

Technologies   |    How To Use   |    License

🚀 Technologies

⚙️ BACK-END

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js + Yarn installed on your computer.

From your command line:

Install API

# Clone this repository
$ git clone https://github.com/DanielObara/FastFeet

# Go into the repository
$ cd FastFeet/backend

# Install dependencies
$ yarn install

# Created Postgree Docker container
$ docker run --name database -e POSTGRES_PASSWORD=docker -e POSTGRES_DB=fastfeet -p 5432:5432 -d postgres

# Created Mongo Docker container
$ docker run --name mongo -p 27017:27017 -d -t mongo

# Created Redis Docker container
$ docker run --name redisDesafioFastFeet -p 6379:6379 -d -t redis:alpine

# Run Migrates
$ yarn migrate

# Run Seeds
$ yarn seed

# Run Queue
$ yarn queue

# Run the API
$ yarn dev

📝 License

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

Made with by Daniel Obara 👋 Get in touch!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].