Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

lilcoltsmith/nodesql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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