Nodejs-mariadb-rest-api

This is a simple project made in nodejs using the framework expressjs, mariadb database and typescript.

You can run it with the following commands. You must installed git and npm.

$ git clone https://github.com/ezequieljm/Nodejs-mariadb-rest-api.git ; npm install

Now you'll should first compile it and then run the server.

$ npm run build ; npm start