This repo contains solutions to the problems of Hackathon Web held in Startup Mashup. The language used here is Java.
- Please have maven installed.
- The project is created using IntelliJ Idea with LOMBOK plugin installed.
- Please install lombok plugin to build this project.
- The language level used is Java 1.8 hence it may not be compatible with Java SE7.
- Admin panel is in the
admin-panel
branch of the same repository. - Database used in MongoDB, a NoSQL database.
- The configuration is in ApplicationConfig.java file, please configure the MongoDB installation and/or set variables as per your Mongo installation.
- There must be a collection named
User
in the db. - It is a REST API.
api
module is deployable on Tomcat 7. The uri would be at/v1
.