Code Monkey home page Code Monkey logo

microblog's Introduction

Microblog Build Status

This is a simple Microblogging web application. Any resemblance to existing internet services is coincidental.

This project uses Spring MVC, Spring Data JPA, Spring Security, and Apache Tiles.

Copyright © 2014-, Drew Repasky. Licensed under Apache License, Version 2.0.

Prerequisites

This project requires a Java Development Kit v1.6 or newer and Apache Maven 3 to compile the source code. If you simply want to test drive the application, it does not require a stand-alone Java application server.

Database Setup

This webapp requires a database, so setup one and add the following JNDI entry to your servlet container: jdbc/microblog

Add your database settings like username & password to this file if using Tomcat: src/main/webapp/META-INF/context.xml and the schema will be created when the application starts.

The app includes database drivers for MySQL 5 and uses that dialect by default.

Building

First, download the latest and greatest source code:

git clone git://github.com/d-rep/Microblog.git

Build and run the code with the following commands:

cd Microblog
mvn clean install
mvn tomcat7:run

Then open your browser to this address: http://localhost:8080/microblog/

Editing

This project does not require an IDE, but is setup to be edited using an Eclipse-based editor like Spring Tool Suite. You should also install the m2eclipse plugin from Eclipse Marketplace.

  1. Create a new workspace
  2. click File -> Import -> General -> Existing Projects into Workspace
  3. For the root directory, select the microblog directory from the git repository you cloned locally.
  4. click Finish

microblog's People

Contributors

d-rep avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.