Skip to content

A test API using Node JS, Express JS, and MS SQL Server

Notifications You must be signed in to change notification settings

ploveland/nodejs-mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-mssql

The tutorial I used to create this was mainly this: https://vmokshagroup.com/blog/building-restful-apis-using-node-js-express-js-and-ms-sql-server/

and some help from this: https://vooban.com/en/tips-articles-geek-stuff/how-to-quickly-create-a-simple-rest-api-for-sql-server-database/

'Tedious' is used in the package-lock.json folder to connect MS SQL.

server.js has the database config information you'll need to hook to your local DB. The only thing you will need to do is either create a new user locally with the username and password in the file, or change those to one you want to use.

About

A test API using Node JS, Express JS, and MS SQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published