Hello there,
Welcome to my github. I am Suveen.
This a Collaboration website which is built using spring and hibernate which makes it database independent. It is divided into two parts frontend and backend which makes it scalable.
It has a role based access mechanism i.e Student, Alumini, Employee and Admin. It is secured using AngularJS Security which satisfies all the modern security needs for a website.
Admin - They will be able to approve or reject new, updated or rejected blogs, create new or manage existing forums, create, close or reopen jobs and can manage job applications, create new users, manage existing or rejected users and can create a new user.
Student/Alumini/Employee -They will be able to view and add blogs, comment on forums, apply for jobs, can search for users to make friends or view their profile. Every user has a 'My Profile' tab where they can upload a new profile picture, manage existing friends, manage friend requests, manage sent friend requests and can also see the status of applied jobs.
New Users - New users can register as Student, Alumini or Employee. Admin need to approve before the user can login. Admin can also modify user details such as Role and can make a student/alumini/emp as an admin if required but not password or userid.
Blogs once posted by user need to be approved by admin before anyone can see them in blogs page. But blogs posted by admin will directly shown in blogs page. Also updated blogs also need to be approved by admin so that updated content can also be monitered.
Local Storage and cookies are used to save the data and reload as required upon page reload. Local Storage is preferred over cookies considering limited 4k size of cookies.
- JDK 1.8
- Apache Maven
- H2 database
- Modern web browser supporting HTML 5, CSS 3 and ECMAScript 6, AngularJS
Clone its backend project or else it will not work ! Important
[CollaboraionProject ] https://github.com/suveenkumarchowdary/CollaborationProject.git
-
Switch to the directory location where you want to clone the repository and type command
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
-
Right click on project -> Maven -> Update Project -> check force update snapshots/releases -> Ok, if using eclipse.
-
Add the project to server and run the server.
-
Enter the ip address of your machine ( 'localhost' if running locally) and port on which your web server runs.
Example --
http://localhost:8080/CollaborationProjectFrontEnd/
- Restful web services
- Spring framework
- Hibernate ORM tool
- AngularJS 1.5.6
- Bootstrap 3
- HTML 5
- CSS 3