rbiodies / FWA

:passport_control: A web application prototype using Java Servlet API stack and JSP files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FWA

The objective of this project is to develop a web application prototype using Java Servlet API stack.

A servlet is a Java programming language class that is used to extend the capabilities of servers that host applications accessed by means of a request-response programming model.

Descriptions

Usage

cd ex02/Cinema
chmod 755 README.txt
./README.txt

Read more detailed instructions on running a web application in ex02/Cinema/README.txt

Examples

http://localhost:8080/Cinema-1.0-SNAPSHOT/

http://localhost:8080/Cinema-1.0-SNAPSHOT/signUp

http://localhost:8080/Cinema-1.0-SNAPSHOT/signIn

http://localhost:8080/Cinema-1.0-SNAPSHOT/profile

http://localhost:8080/Cinema-1.0-SNAPSHOT/images/6.jpeg

Database

The password is encrypted using BCrypt algorithm.

About

:passport_control: A web application prototype using Java Servlet API stack and JSP files


Languages

Language:Java 100.0%