Skip to content

This project is a database management system written in JAVA language.

Notifications You must be signed in to change notification settings

aka-nikko/DBMS-Anime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Management System

Overview

  • This project is a database management system written in JAVA language.
  • The theme of this project is Anime Database.
  • It collects data from the users about the names of the anime they have watched and adds them to the database.
  • Apart from collecting anime data, it also collects the names of manga and movies the user has read/watched.

Users can perform the following functions

  1. Login using credentials.
  2. Add an entry to the database.
  3. Delete an entry from the database.
  4. Search for an entry.

Requirements

Installation

  • Clone the repository and open with Eclipse (or any other suitable IDE).
  • Open XAMPP and start Apache and MySQL server.
  • Open MySQL admin page and create a database.
  • Import the 'dms_data.sql' file into the database.
  • Run the project on Eclipse.

Login Credentials

  • User - user
  • Passwork - pass

The credentials can be changed from the MySQL admin page. Update the "login" table in the database with new credentials.

Screenshots

Login

Watched Anime

Read Manga

Search