Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smithros/j2ee-todolist


https://github.com/smithros/j2ee-todolist

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# J2EE TODO APP

[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT)


This pet-project is my introduction to Java EE technologies

## Stack
- Servlets
- JSP
- JSTL
- JDBC
- PostgreSQL
- Tomcat

## Running the application locally

There are several ways to run a JavaEE application on your local machine.
The most common way is to run the Tomcat server from your IDE
and go to `http://localhost:8080`.