Skip to content

jpcmf/GoGoBarber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoStack

GoStack

GoBarber full application

In this repository, you'll find the full application developed in the Rocketseat GoStack Bootcamp 11.0 🎓 (2020).
The complete application includes the Back end, Front end and Mobile with Express, ReactJS, React Native and TypeScript.

Back end   |    Front end   |    Mobile   |    License

Build Setup

The project requires Node.js and Docker to run locally.

☕ Back end

💻 Front end

After cloning the repository, go to the folder named frontend and install all the dependencies required and run the project by using the command yarn start.

# install dependencies
yarn install
# run at localhost:3000
yarn start

📱 Mobile

After cloning the repository, go to the folder named mobile, install all the dependencies and run the project by using the command yarn run ios.

Note: The version of mobile app was developed for iOS system. You'll need the Xcode client in your computer in order to run the application in the Simulator or configure to use the app via USB. There are other options for running the app, for eg., Expo.

# install dependencies
yarn install
# run react-native
yarn run ios

📝 License

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

Made with ♡ by João Paulo C M Fricks