Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 694 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 694 Bytes

Node MSSQL Rest API Boilerplate

This is an example API to guide anyone who would want to build an API with some optional frontend stuff that could call the API.

Installation

Use the package manager npm to install and run this API.

npm i

Run with nodemon to monitor changes and restart

npm run dev

Run in prod mode

npm start

Contributing

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.

License

MIT