Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunusmete/usermanagement
User Management System for Infonal
https://github.com/yunusmete/usermanagement
Last synced: about 1 month ago
JSON representation
User Management System for Infonal
- Host: GitHub
- URL: https://github.com/yunusmete/usermanagement
- Owner: yunusmete
- Created: 2015-05-31T14:17:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T08:38:02.000Z (about 8 years ago)
- Last Synced: 2023-08-01T22:27:53.064Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UserManagement
User Management System
This project provides CRUD operations of user management system. It uses Spring MVC Framework and MongoDB as database. Maven is used for handling dependicies and build. The project contains just one web page for execute all of operations. User table in the top of page, displays all registered users. Every row of table has Update and Delete button for actions. Create User button add new user to database and table. So users table automatically updates to display new one. To create a new user succesfully, all fields must be valid like ReCaptcha. All buttons actions are used AJAX methods. Controller class takes user request to response.# Technologies used by project
Spring MVC
MongoDB
Spring Data
ReCaptcha4j
log4j
Mockito
JUnit
# Developed withEclipse IDE
Tomcat 8