Skip to content

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

License

Notifications You must be signed in to change notification settings

ItsJuniorDias/AirCnC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published