Skip to content

Repository destined my studies about reactJS, react Native and nodeJS.

Notifications You must be signed in to change notification settings

leandro-oliveira83/gobarber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gobarber

About   |    Requirements   |    Start   |    Node.js   |    ReactJS   |    React Native

GoBarber

📃 About

This repository contains an API REST in Node.js, web application in React JS and a mobile app in React Native. All applications developed in Typescript.

Node.js: is a REST API that does all the CRUD of the application, data persistence, exception handling and that serves data to both the front-end and the mobile.

ReactJS: application web where the user make appointments and manager your profile..

React Native: similar the web application, the mobile app have all features the application web beyond create appointments and list your appointments.

📚 Requirements

  • Have Git to clone the project.
  • Have Node.js installed.
  • Have Yarn installed.
  • Have Docker running a container PostgreSQL, Redis and MongoDB.
  • Have a mobile device or emulator iOS or Android

🚀 Start

  # Clone the project:
  $ git clone https://github.com/leandro-oliveira83/goBarber.git

  # Entry on directory:
  $ cd goBarber

⚙️ Starting back-end

  # Entry on directory go-barber-mobile:
  $ cd go-barber-mobile

  # Install all dependencies:
  $ yarn

  # Run migrations:
  $ yarn typeorm migration:run

  # Run application:
  $ yarn dev:server

💻 Starting front-end

  # Entry on directory go-barber-web:
  $ cd go-barber-web

  # Install all dependencies:
  $ yarn

  # Run application:
  $ yarn start

📱 Starting mobile

  # Entry on directory go-barber-mobile:
  $ cd go-barber-mobile

  # Install all dependencies:
  $ yarn

  # Run application:
  $ yarn ios ou yarn android 

About

Repository destined my studies about reactJS, react Native and nodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published