Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seunmatt/minitwit
Based on Flask's MiniTwit example and written in Java with the Spark web framework, Spring, and HSQLDB
https://github.com/seunmatt/minitwit
Last synced: 3 months ago
JSON representation
Based on Flask's MiniTwit example and written in Java with the Spark web framework, Spring, and HSQLDB
- Host: GitHub
- URL: https://github.com/seunmatt/minitwit
- Owner: SeunMatt
- License: mit
- Fork: true (eh3rrera/minitwit)
- Created: 2016-03-17T09:17:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T13:38:30.000Z (about 9 years ago)
- Last Synced: 2023-02-27T19:51:56.076Z (almost 2 years ago)
- Language: Java
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#MiniTwit
Java version of Flask's MiniTwit example built with the Spark web microframework, Freemarker, jOOQ and H2 (as an in-memory database).
##Prerequisites
- Java 8
- Maven
##How to run it
1. Clone the repository and go to the root directory.
2. Execute `mvn compile exec:java`
3. Open in your browser `http://localhost:4567/`
4. Log in as user001 with password user001, or user002/user002, or user003/user003 until user010/user010, or sign up yourself. If your e-mail address has an associated Gravatar image, this will be used as your profile image.
##License
MIT LicenseSee LICENSE for details.
Flask's MiniTwit (c) 2015 by Armin Ronacher.