this is a simple school project to learn how to use opensource frameworks.
the idea is to create a site to help find part-time jobs for students.
we are using in-memory database (H2) so first you need to start with : http://localhost:8080/install
Package file (.war) is at : dist/ProjetDBLL.war
- NetBeans
- Tomcat 8
- JEE Servlet
- AngularJS 1
- HTML5/CSS3
- JEE Servlets
- JEE DB Connection
- JEE API
- H2 in-memory DB
- HTML/CSS (Monopage)
- AngularJS Routing
- AngularJS App/Controller
- AngularJS AJAX
- Finishing AngularJS
- Push to GitHub
- initializing DB /install
- Jobs List /job/list
- Add Job /job/create?id=1&name=name&location=location&img=img.jpg&time=time&price=100dt
- Update Job /job/update?id=1&name=new_name&location=new_location&img=img.jpg&time=time&price=100dt
- Read Job /job/read?id=1
- Delete Job /job/delete?id=1
- / --> main.template // Main Page
- /list --> list.template // Jobs List Page
- /about --> about.template // About Page
- /contact --> contact.template // Contact Page
- NB: .template is just an uncompleted .html file
- Aya Taieb (3SIL2)
- Tarek Lammouchi (3SIL2)