==============
This is a team project for CMPE275 (Spring 2015) at San Jose State University
- Team 6 project
- Field: Web Development
- Title: SnippetShare
Deployed on Heroku http://cmpe275-snippetshare.herokuapp.com/
- dbscript: database sql
- src: source code
This work uses a number of open source projects to work properly:
- Spring - Spring helps development teams everywhere build simple, portable, fast and flexible JVM-based systems and applications.
- Maven - Apache Maven is a software project management and comprehension tool.
- Hibernate - Idiomatic persistence for Java and relational databases.
- jUnit - JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
- Angular - AngularJS is an open-source web application JavaScript framework for developing single page application (SPA).
- jQuery - Jquery is the Write Less, Do More, JavaScript Library.
- bootstrap - The most popular front-end framework for developing responsive, mobile first projects on the web.
- UI.Ace - Add ACE editor elements to Angular application.
- import project using pom.xml as a maven project
- Maven
clean install
all the packages needed - configure tomcat: build snippetshare.war artifacts
- run app on localhost:8080
To use ACE editor properly, please go to:
/src/main/webapp
then install ace:
bower install angular-ui-ace\#bower
- Xiaoli Jiang jiangxiaoli1104@gmail.com
- Rucha katakwar rucha.b@gmail.com
- Yulin Ye yulinye.yy@gmail.com
- Dechen Deng dengdechen@gmail.com
MIT