Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMS-api

backend component for RMS

MySQL API with Node.js and Nodemon

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.

Prerequisites

Make sure you have the following installed on your machine:

Getting Started

Prerequisite: Running MySQL RMS Database

  • Schema is available under misc

Follow these steps to get the API up and running:

Clone the Repository

git clone https://github.com/glconde/RMS-api.git
cd RMS-api

Create the .env File on root (/)

DB_HOST=localhost
DB_USER=group3
DB_PASSWORD=your_password
DB_NAME=RMS
PORT=8888
* PORT will be 3000, if no value is provided

Install Modules and Run (dev)

npm install
npm run dev

About

migrate tunneled back end to use api

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages