Skip to content

Commit da322fe

Browse files
authored
Create README.md
1 parent df5e880 commit da322fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)