ItsJuniorDias / AirCnC

🏒 Application using NodeJs on backend, ReactJs on frontend and React Native for mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be the hero

Entrepreneurs Offer Programmers Stay in Their Business to Discover New Talents

AirCnC 🏒

Preview

  • Development of an application using the stack Node.js, ReactJS e React Native

About this Project

The idea of the App is:

"Entrepreneurs Offer Programmers Stay in Their Business to Discover New Talents".

Why?

This project is part of my portfolio, so, I'll be happy if you could provide me any feedback about the project, code, structure or anything that you can report that could make me a better developer!

Email-me: juniordias_@live.com;

Connect with me at LinkedIn.

Installers

If you want to test the App in the Production mode, the installers are listed below

  • NodeJs Link for backend.
  • ReactJs Link for frontend.
  • ReactNative Link for mobile

App

  • The application to be developed will be similar to AirBnB, but for developers;
  • Users will be registered through the email;
  • Data returned the email and how many spots that users registered;

Configuration

  • Configuration Express , a microframework that deals with routes, requests and responses;
  • Configuration nodemon to monitor code changes and restart the server automatically when changes occur;
  • Creation of Models and Controllers;
  • Configuration of mongoose (ODM that uses Javascript syntax) to handle MongoDB, a nonrelational database;
  • Using axios to handle external API requests.

Getting Started

Prerequisites

To run this project in the development mode, you'll need to have a basic environment to run a React and React Native App, also, that can be found here.

Installing

Cloning the Repository

$ git clone https://github.com/ItsJuniorDias/AirCnC.git

$ cd AirCnC

Installing dependencies

$ yarn add nodemon

or

$ npm install

Running

Backend

$ cd backend
$ yarn dev

-Leave running the backend and run the front after mobile.

FrontEnd

$ cd frontend
$ yarn start

About

🏒 Application using NodeJs on backend, ReactJs on frontend and React Native for mobile

License:MIT License


Languages

Language:JavaScript 87.0%Language:CSS 11.4%Language:HTML 1.5%