Test it using Postman.
Basic structure to initialize any project. Following dependencies:
- body-parser
- consign
- cors
- express
- mssql
- path
- util
Clone this repository and delete the .git folder.
- Change the
database.js
file with your informations. - Start using
npm i
to install the dependencies. - The
scriptBD.sql
file constains some scripts to start your database. - After all, start by using
node server
.