https://github.com/coder-acjhp/java-arabic-community
Question & answer website
https://github.com/coder-acjhp/java-arabic-community
bootstrap hibernate5 java javaee maven mysql-database question-and-answer resume-builder springframework tomcat-server webapp
Last synced: 5 months ago
JSON representation
Question & answer website
- Host: GitHub
- URL: https://github.com/coder-acjhp/java-arabic-community
- Owner: Coder-ACJHP
- License: gpl-2.0
- Created: 2017-12-21T15:20:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T08:55:28.000Z (over 7 years ago)
- Last Synced: 2025-07-11T23:44:01.855Z (6 months ago)
- Topics: bootstrap, hibernate5, java, javaee, maven, mysql-database, question-and-answer, resume-builder, springframework, tomcat-server, webapp
- Language: Java
- Size: 8.56 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
J.A.C (BETA) is free, open source Q&A web application
via Java EE
Founded in 2016, Java Arabic Community is the stable, fast, secure online community for developers to learn, share their knowledge, and build their resumes. More than 100 professional and aspiring programmers visit Java Arabic Community each month to help solve coding problems, develop new skills.
How to setup an instance or how to run ?
First of all, you need to setup an MySQL databse and create schema named java_arabic_community.
- Clone or download the sources from this page.
- Import this .sql file into your database.
- Import the project in your IDE and go to
/WebContent/WEB-INF/propfiles/connections.properties and change property values with yours like db url, user, pwd etc..
- Save all changes then right click on project choose -> Run -> Maven built and write this command :
clean install package.
- In terminal or command line go into project root folder and copy this line to deploy and run :
java -jar target/dependency/webapp-runner.jar target/*.war
Test it in live demo site :
Important note : It may work slow because it's working on free plan (Heroku dynos sleeping in 30 min) so if you get "Application error" just refresh the page and it will work.
java-arabic-community.herokuapp.com/
Goals :
Training, learning, and developing real application with Java and it's technologies.
Used technologies :
So far following technologies are used :Java EE 7, Javascript, Spring Framework 5.0.1, Hibernate 5.2.7, Webapp runner (Tomcat 8.5), HTML5, CSS3, Maven, Bootsrap3,
TinyMCE and JQuery 3.2.1
Any question(s) ?
For any question please email me at : hexa.octabin@gmail.com
Finally :
This project is being carried out by Coder ACJHP.
Thank you for reading...I hope this example project will help you
If you want to improve yourself and helping me join to project and commit!