Skip to content
/ FWA Public

Small web application using standard Java technologies

Notifications You must be signed in to change notification settings

msndie/FWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FWA

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

Screenshots
Index
SignUp
SignIn
Default Profile
Profile with avatar

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, possibility to load avatars and it also saves history of your authorizations.

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

Small web application using standard Java technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages