To use it clone the repository on your pc and create a new database in mysql workbench and create two tables in it namely user and post.
conn=DriverManager.getConnection("jdbc:mysql://{host_address:port}/{database_name}","{username}","{password}");
- Has user login and register facility.
- User can save his notes and access it.
- User can edit and delete his notes anytime.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.