Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 2.44 KB

File metadata and controls

88 lines (68 loc) · 2.44 KB

Interguide - Personal Project

This is my personal project for Make It Real Bootcamp. Made by AlonsoGaray

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

Interguide alt text

This project was my first personal webapp develop from the Make It Real bootcamp. The goal that we needed to achieve was to make an mvp web application of whatever theme we choose.

Built With

The frameworks/libraries/dependencies that I used for this project are the following:

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/AlonsoGaray/interguide-front.git
    git clone https://github.com/AlonsoGaray/interguide-back.git
  2. Install NPM packages
    npm install
  3. Start the project
    npm start

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

Alonso Garay - alonsogarayp@gmail.com

Frontend Github Link: https://github.com/AlonsoGaray/interguide-front
Backend Github Link: https://github.com/AlonsoGaray/interguide-back

(back to top)