lrodrigueztevar / GuideStack

Final project from the web developer grade.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide Stack

Final project for the web developer grade.

Guide Stack is an application developed in React whose objective is to collect information from different cities and centralize it on a single website.

What's need it

To run this project, first you need a Google API Key from this platform following this URL and adding it on src/Component/Pages/Map/config.js

This is needed if you want the app to work.

How to run it with NPM

First you have to install all dependencies with:

npm install

and finally use:

npm start

How to run it with Docker

First you have to build the image of the application:

docker build -t lrodrigueztevar/guidestack .

Finally, run a container using this image with:

docker run -p 3000:3000 lrodrigueztevar/guidestack

Make sure port 3000 is available, if it's not, change the port in the last command.

About

Final project from the web developer grade.


Languages

Language:JavaScript 97.5%Language:CSS 2.2%Language:HTML 0.3%