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 df5e880 commit da322feCopy full SHA for da322fe
README.md
@@ -0,0 +1,10 @@
1
+# nodejs_with_typescript
2
+This nodejs template allows you code in typescript and it includes a mssql implementation wrapper with a api wrapper.
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
7
+This template will help you learn how to use typescript in a nodejs project. I have included a fully function api that writes to a SQL database,
8
+which will teach you how to make SQL calls in nodejs.
9
10
+Thanks
0 commit comments