marceloneppel / university-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University's Site

This project is a sample university's site that shows a list of approved candidates.

Requirements

You will need Docker installed in your computer to run the university's site.

Build

To build the site, execute the following command:

docker build -t test:latest .

Or the following comand (if you have make installed):

make build

Run

To run the site, execute the following command:

docker run --publish 80:8080 test

Or the following comand (if you have make installed):

make run

Access

Then, you can check the website accessing the address http://localhost

alt text

About

License:MIT License


Languages

Language:Go 87.1%Language:Dockerfile 10.0%Language:Makefile 2.9%