Skip to content

web-2-utfpr/instaclone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy

Instaclone

A Java Web Application using Embedded Tomcat This is a project developed in web 2 classes at UTFPR :)

Requirements of the image publication application.

  • login.
  • list the contents.
  • insert new contents.
  • search for contents.

Starting up

To start contributing, you can clone and use Netbeans to start the application on localhost.

git clone https://github.com/web-2-utfpr/instaclone.git

Project Structure

instaclone/src/main/java/
          │             │
          │             └───launch
          │             │         main.java
          │             │
          │             └─── servlets
          │             |            UserServlet.java
          │             │
          │             └─ model
          │             │      |
          │             │      └───dao
          │             │      |      UserDao.java
          │             │      |      Connection.java
          │             │      |
          │             │      └───entities
          |             |      |           User.java
          |             |      |
          │             │      └───services
                                      UserService.java
          │             │
          │             └─── controller
          │                          UserController.java
          │
          └───docs
          │       ddl.sql
          │       der.png
          │       diagrams...
           README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 98.1%
  • CSS 1.7%
  • JavaScript 0.2%