A PRJ project that use Java to build a CRUD application with SQL server
- Create a new netbeans project (If you don't have one)
- Run
git fetch
- Run
git pull origin dev
- Resolve merge conflict if exists
- Copy the database config class in
/DatabaseStuff/Database
into/src/java
folder
5.1 Run any sql scripts inside of the/DatabaseStuff
to init the database in SQL Server. 5.2. IMPORTANT, Read the TODOs inDatabaseInformation.java
first to change to your database config. - All of the libraries used are located in
/jars
folder - Close netbeans or the project you just created, run/open the project again, click clean and build.
- Run.
- Vibe check ✅ is a music player web app written using Java web EE, HTML, CSS, JS.
- This is a small project made during PRJ subject from FPT University
- The current version is 1.0.2
- Admin:
- User management.
- Upload songs.
- Edit songs.
- Create / Edit playlist.
- Delete songs / playlist.
- User:
- Play music (forward or backward).
- Shuffle the queue, or loop the current song.
- Create / edit playlist.
- Choose playlist to play.
- Able to edit user profile.
- A search bar, how convenient.
Q: Will this project continue ?
A: Probably not lol
Q: Your UI sucks
A: Thank you
Q: Should I use this project for my PRJ ?
A: This one only get 9 points, so you better steal someone else's project lol
Q: What happened to the version 1.0 ?
A: I forgor to upload.
Q: Did you do this by yourself ?
A: The team consists of 5 (4 to be more accurate) student.