Skip to content
/ FWA Public

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

Notifications You must be signed in to change notification settings

rbiodies/FWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.