Coder Social home page Coder Social logo

fulltimeforce-github-app's Introduction

FullTimeForce App

This is a Dockerized Angular application that uses Nginx to serve the static files of the app.

Getting Started

Follow these instructions to get the project up and running in your local development environment.

This app has been deployed and you can find it in the following link https://fulltimeforcegithub.web.app

Prerequisites

Before you begin, make sure you have the following software installed on your machine:

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/fabio4520/fulltimeforce-github-app.git
    cd fulltimeforce-github-app
  2. There are two ways for building the image and execute the container. It will dependend if you want to start in dev mode or in prod mode. The difference is that when you start in dev mode, you need to run the api repository, so the frontend can comunicate with the backend in your local machine. In prod mode the front will use the url of the backend that is deployed in live preview.

Development mode

docker build -t fulltimeforceapp --build-arg build_mode=development .
docker run -p 4200:80 fulltimeforceapp

Production mode

docker build -t fulltimeforceapp --build-arg build_mode=production .
docker run -p 8080:80 fulltimeforceapp

These command maps port you declare on your command line. Adjust the port numbers as needed.

Accessing the App

You can now access the Angular app in your web browser by navigating to http://localhost:8080 (in prod mode) or http://localhost:4200 (in dev mode). If you mapped a different port, use that port number instead.

Images

Alt text Alt text Alt text

Handle error

Alt text Alt text

Dev mode using docker

Alt text Alt text Alt text

Prod mod using docker

Alt text Alt text Alt text

fulltimeforce-github-app's People

Contributors

fabio4520 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.