All Projects β†’ AlvaroIsrael β†’ gobarber-app

AlvaroIsrael / gobarber-app

Licence: MIT license
πŸ’ˆA BarberShop app made with React, React Native and Node.

Programming Languages

typescript
32286 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to gobarber-app

clean-architecture-api-boilerplate
A boilerplate for creating TypeScript APIs following the Clean Architecture principles.
Stars: ✭ 116 (+241.18%)
Mutual labels:  jest
react-tools-for-better-angular-apps
Use React ecosystem for unified and top notch DX for angular developement
Stars: ✭ 30 (-11.76%)
Mutual labels:  jest
jest-playground
Playing around with Jest - Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge
Stars: ✭ 24 (-29.41%)
Mutual labels:  jest
Express-REST-API-Template
Minimal starter project for a Node.js RESTful API based off express generator
Stars: ✭ 26 (-23.53%)
Mutual labels:  jest
nimbus
Centralized CLI for JavaScript and TypeScript developer tools.
Stars: ✭ 112 (+229.41%)
Mutual labels:  jest
node-js-starter-kit
This is the starter kit project for node js REST API development with express js, mongodb, typescript, webpack specially designed for REST API projects.
Stars: ✭ 14 (-58.82%)
Mutual labels:  jest
angularjs-jest
Testing AngularJS applications with Jest
Stars: ✭ 24 (-29.41%)
Mutual labels:  jest
firestore-jest-mock
Jest Helper library for mocking Cloud Firestore
Stars: ✭ 128 (+276.47%)
Mutual labels:  jest
jest-snapshot-talk
React Conf 2017: Jest, Snapshots and Beyond
Stars: ✭ 48 (+41.18%)
Mutual labels:  jest
fly-helper
It's a Tool library, method collection
Stars: ✭ 21 (-38.24%)
Mutual labels:  jest
webpack
Готовая сборка webpack
Stars: ✭ 21 (-38.24%)
Mutual labels:  jest
express-typeorm-rest-boilerplate
Boilerplate code to get started with building RESTful API Services (Express, TypeORM MongoDB stack)
Stars: ✭ 53 (+55.88%)
Mutual labels:  jest
rollup-jest-boilerplate
πŸŽ‰ Full featured boilerplate for building JavaScript libraries the modern way
Stars: ✭ 81 (+138.24%)
Mutual labels:  jest
coconat
πŸ₯ StarterKit Builder for rocket-speed App creation on πŸš€ React 17 + πŸ“™ Redux 4 + 🚠 Router 5 + πŸ“ͺ Webpack 5 + 🎳 Babel 7 + πŸ“œ TypeScript 4 + πŸš” Linters 23 + πŸ”₯ HMR 3
Stars: ✭ 95 (+179.41%)
Mutual labels:  jest
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (+2.94%)
Mutual labels:  jest
typescript-boilerplate
A modern TypeScript project setup, for Node.js and browsers (using esbuild).
Stars: ✭ 502 (+1376.47%)
Mutual labels:  jest
gobarber-api-gostack11
API GoBarber / NodeJS / Express / Typescript / SOLID
Stars: ✭ 39 (+14.71%)
Mutual labels:  jest
jest-extended-snapshot
Additional Jest matchers for snapshot testing.
Stars: ✭ 18 (-47.06%)
Mutual labels:  jest
Splain
small parser to create more interesting language/sentences
Stars: ✭ 15 (-55.88%)
Mutual labels:  jest
generator-node
πŸ”§ Yeoman generator for Node projects.
Stars: ✭ 16 (-52.94%)
Mutual labels:  jest

GoBarberApp

CodeQLCI

A concept (yet fully-functional) barber shop app!

Technologies Used β€’ How To Use β€’ Contributing β€’ License


Made with ❀️ by Alvaro Israel πŸ‘πŸ» Get in Touch!

Hit the ⭐️ button if you like this project!


Preview

Go Barber App

πŸ† Technologies Used

πŸ’» How to Use

Install system dependencies

Clone

In your command line:

$ git clone https://github.com/AlvaroIsrael/gobarber-app.git
$ cd gobarber-app

Frontend

# Go into frontend folder
$ cd gobarber-frontend

# Install dependencies
$ yarn install

# Run the app
$ yarn start

Backend

See How to Run inside the gobarber-backend project folder for more details.

# Go into backend folder
$ cd gobarber-backend

# Install dependencies
$ yarn install

# Install the 3 databases needed to run this program. See 'How to Run' above for more details.

# Run the migrations
$ yarn typeorm migration:run

# Run the app
$ yarn dev:server

Mobile

# Go into mobile folder
$ cd gobarber-mobile

# Install dependencies
$ yarn install

# Run the app
$ yarn start

🀝 Contributing

Fork this repository - click fork.

# Create your feature branch:
$ git checkout -b feature/myAwesomeFeature

# Commit your changes:
$ git commit -m 'feat: Added some new awesomeFeature'

# Push to the branch:
$ git push -u origin feature/myAwesomeFeature

Then go to Pull Requests and make a new one.

Resources:

πŸ“ License

This software is under MIT license. See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].