api-zaforenode
v1.0.0
Published
Test it using Postman.
Readme
Api Nodejs with SQL Server
Test it using Postman.
Info
Basic structure to initialize any project. Following dependencies:
- body-parser
- consign
- cors
- express
- mssql
- path
- util
Instructions to initialize
Clone this repository and delete the .git folder.
- Change the
database.jsfile with your informations. - Start using
npm ito install the dependencies. - The
scriptBD.sqlfile constains some scripts to start your database. - After all, start by using
node server.
