gustavo-tp / aircnc

Projeto realizado seguindo os passos da Semana OmniStack 9.0

Home Page:https://gustavo-tp.github.io/aircnc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Code and coffee

Description   |    Technologies used   |    Prerequisites   |    Installing   |    Acknowledgments

Description

The purpose of this application is to allow companies to make available spots so that developers can get to know and work in the company, receiving mentoring, networking and opening the opportunity for possible hiring.

Technologies used

Prerequisites

If you do not have any of the software below, follow the link to install

Installing

Follow the steps below to run the project on your computer. (using terminal or git bash)

  1. Clone this repository
git clone git@github.com:gustavo-tp/aircnc.git
  1. Run Backend
cd aircnc/backend
yarn install
yarn dev
  1. Run WEB App
cd ../frontend
yarn install
yarn start
  1. Run Mobile App
cd ../mobile
yarn install
yarn start

Then open the Expo app on your phone and scanned the QR code.

Acknowledgments

@Rocketseat @diego3g

About

Projeto realizado seguindo os passos da Semana OmniStack 9.0

https://gustavo-tp.github.io/aircnc


Languages

Language:JavaScript 88.3%Language:CSS 10.5%Language:HTML 1.2%