Skip to content

BoutPure/FWA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FWA

This project is part of the Java branch in holygraph of School21.

Now you may ask what is the point?

Well, the point is to learn how to work with Java servlets, HTML, CSS, JSP, Jdbc, Spring and Web apps in general. This is a single page website with registation, authorization and possibility to load avatars.

What you need to do to launch it?

You need to create an empty database in postgres and write your credentials in application.properties file and change path to folder where images will be stored. You dont need tomcat to run this, but you need maven.

Command to run

mvn clean package org.codehaus.cargo:cargo-maven3-plugin:run

Docker

You can run it with docker-compose.

cd docker
docker-compose up --build

localhost:8080/fwa is entrypoint for a website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.0%
  • HTML 17.8%
  • Other 0.2%