Skip to content

yhartanto/euphoria

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RECOMMENDED DEV TOOLS: -Eclipse Juna -Maven -MySQL

SETUP:

-create database in mysql

CREATE DATABASE euphoria

-create a user for mysql

CREATE USER 'server'@'localhost' IDENTIFIED BY 'serverpwd';

-grant access to the database

GRANT ALL PRIVILEGES ON * . * TO 'server'@'localhost';

ECLIPSE SETUP: -import the pom.xml file -run using maven with a goal tomcat7:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.5%
  • CSS 36.5%