Skip to content

This repository contains 2 dockers (frontend & backend) to visualise a json generated by the Honours Program 2019-2020 of PXL.

License

Notifications You must be signed in to change notification settings

JoachimVeulemans/honours-data

Repository files navigation

Frontend CI Build Frontend CD Build Backend CI Build Backend CD Build

Honours Data

Introduction

This repository contains 2 dockers (frontend & backend) to visualise a json generated by the Honours Program 2019-2020 of PXL.

Running the project locally

If you want to run the project locally on your own computer, you can do so in two ways. You can run it like in production and start the Docker containers or run it like you would when developing.

Production-like

Here is assumed that you have Docker installed correctly.

Start of by building the images: .\00_build_images.cmd or ./00_build_images.sh.

Frontend

Start frontend by: .\01_start_frontend.cmd or ./01_start_frontend.sh. You can now go to this address in your browser: localhost:4200.

Backend

Start backend by: .\02_start_backend.cmd or ./02_start_backend.sh. You can now go to this address in your browser: localhost:5000.

Development

Here is assumed that you have NPM and Python 3 installed correctly.

Frontend

  1. Go the the frontend directory by: cd frontend.
  2. Install dependencies by: npm install.
  3. Run the project by: npm run start.
  4. You can now go to this address in your browser: localhost:4200.

Backend

  1. Go the the backend directory by: cd backend.
  2. Install dependencies by: pip install -r requirements.txt.
  3. Run the project by: python3 application.py.
  4. You can now go to this address in your browser: localhost:5000.

About

This repository contains 2 dockers (frontend & backend) to visualise a json generated by the Honours Program 2019-2020 of PXL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published