Project Name
This is a sample project that demonstrates how to use Node.js and MySQL to build a web application.
Getting Started
To get started, clone this repository to your local machine and install the dependencies using npm:
npm install
Next, create a .env file in the root directory of the project and add the following environment variables:
DATABASE=hrm DATABASE_HOST=localhost DATABASE_USER=root DATABASE_PASSWORD=pasindu
Replace the values with your own database credentials.
Finally, start the server using the following command:
npm start
The server should now be running on http://localhost:3000.
Usage To use the application, open a web browser and navigate to http://localhost:3000. You should see a login page where you can enter your username and password.
After logging in, you will be redirected to the dashboard page where you can view and manage your tasks.
Contributing If you would like to contribute to this project, please fork the repository and submit a pull request.
License This project is licensed under the MIT License - see the LICENSE file for details.