Skip to content

Aleks048/Database_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ottawaspoon

A Java web application that works as Urbanspoon for the city of Ottawa with added machine learning features.

Getting Started

The peoject was developed in Eclipse IDE for Java EE Developers environment using an Apache Tomcat 9.x server and PostgreSQL as the database of the project. We recommend you use the same environment for running on your local machine for development or testing purposes.

Built With

  • Eclipse IDE for Java EE Developers - The development environment
  • Apache Tomcat 9.x - The server server
  • PostgreSQL - The database management system
  • javax.servlet.jsp.jstl-1.2.5-b03 - Java Servlet and JavaServer Pages library
  • taglibs-standard-impl-1.2.5 - Tag Libraries for use with Java Server Pages (JSPs)
  • taglibs-standard-jstlel-1.2.5 - Tag Libraries for use with Java Server Pages (JSPs)
  • taglibs-standard-spec-1.2.5 - Tag Libraries for use with Java Server Pages (JSPs)
  • postgresql-42.2.1 - JDBC driver for postgreSQL
  • jython-standalone-2.7.0 - Jython library to run python on Java platform

Authors

Screenshots

  • Home View home view

  • Restaurant View restaurant view

  • Login View login view

jdbc code

public static void  main(String[] args) {
        try {
            Class.forName("org.postgresql.Driver");
            Connection db = DriverManager.getConnection("jdbc:postgresql://localhost:5432/postgres?currentSchema=ottawaspoon", "postgres", "postgres");
            Statement st = db.createStatement();
            st.close();
        } catch (Exception e){}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •