Skip to content

douglasporto/meetapp-gostack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Stack logo
MEETAPP challenge

A challenge for [RocketSeat GoStack Bootcamp](https://rocketseat.com.br/bootcamp) Certificate

GitHub top language GitHub language count Repository size GitHub last commit Repository issues GitHub

Technologies   |    How To Use   |    License

App Screenshot App Screenshot

🚀 Technologies

This project was developed to get the RocketSeat GoStack Bootcamp certificate with the following technologies:

FRONT-END

MOBILE

BACK-END

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v10.15 or higher + Yarn v1.5 or higher installed on your computer and the First React Project. From your command line:

Install API

# Clone this repository
$ git clone https://github.com/douglasporto/meetapp-gostack

# Go into the repository
$ cd meetapp-gostack/api

# Install dependencies
$ yarn install

# Created Postgree Docker container
$ docker run --name database_meetapp -e POSTGRES_PASSWORD=docker -e POSTGRES_DB=database_meetapp -p 5432:5432 -d postgres

# Created Mongo Docker container
$ docker run --name mongo_bmstarter -p 27017:27017 -d -t mongo

# Created Redis Docker container
$ docker run --name redismeetapp -p 6379:6379 -d -t redis:alpine

# Run Migrates
$ yarn migrate

# Run Seeds
$ yarn seed

# Run the API
$ yarn dev

Install Front

# Go into the front path
$ cd meetapp-gostack/front

# Install dependencies
$ yarn install

# Run the Front
$ yarn start

Install Front

# Go into the front path
$ cd meetapp-gostack/mobile

# Install dependencies
$ yarn install

# Run the mobile
$ yarn start

📝 License

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


Made with ♥ by Douglas Porto 👋 Get in touch!