Skip to content

Mr-Niraj-Kulkarni/pill_reminder_app

Repository files navigation

Steps To SetUp the Project.

  1. Clone the repository into a folder .
  2. Open the project in eclipse .
  3. In the DataBaseConnection.java file inside the constructor change the , username and password for the database and set your it according to your DB username and password.

Connection connect = DriverManager.getConnection("jdbc:mysql://localhost/pill_reminder?user=your_user_name&password=your_db_password");

  1. Make use of the DB folder inside the repository to import the database .

  2. open Command Prompt inside the project directory and Run the command : npm i (requires nodeJS) which will download all the node dependencies.

download nodeJS from here nodeJS

  1. Update the project by : right click on project name ->Maven->Update Project

  2. Run the project in the eclipse .

  3. The Web App is up and running ....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published