We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d6d81 commit 1f16622Copy full SHA for 1f16622
README.md
@@ -3,6 +3,7 @@ This nodejs template allows you code in typescript and it includes a mssql imple
3
4
1. Run the Create_DB.sql file in Sql Management studio
5
2. To run the project in dev, run the buildandrun_dev.bat
6
+3. Modify the .env.appsettings file(in the dist folder) to point to your sql server
7
8
This template will help you learn how to use typescript in a nodejs project. I have included a fully functioning api that writes to a SQL database,
9
which will teach you how to make SQL calls in nodejs.
0 commit comments