backend component for RMS
This project is a simple Node.js API that connects to a MySQL database. The API is set up to automatically restart using Nodemon whenever code changes are detected.
Make sure you have the following installed on your machine:
Prerequisite: Running MySQL RMS Database
- Schema is available under misc
Follow these steps to get the API up and running:
git clone https://github.com/glconde/RMS-api.git
cd RMS-apiDB_HOST=localhost
DB_USER=group3
DB_PASSWORD=your_password
DB_NAME=RMS
PORT=8888
npm install
npm run dev