Repository of NodeJS course (part five) of Midudev.
Summary • Installation • Related • License • Acknowledgments • Contact
This is a repository where I store all lessons that I take on NodeJS course (part five) of Midudev. In addition, I used npm packages like: Prettier and Husky to make my code be more 'prettier'.
Clone the repository, install Node.js (runtime environment) and use Visual Studio Code (code editor). Then, run command npm install
to install all packages used in this repository. Now, runs npm run start:local
in your terminal to test the API in your local server. Available calls are documented in the api.http file.
• Important:
I you want to run command npm run start:mysql
, you have to modified the config connection constant and run the queries inside test-queries.sql to create the corresponding database.
- Repository of NodeJS - I course
- Repository of NodeJS - II course
- Repository of NodeJS - III course
- Repository of NodeJS - IV course
- Repository of NodeJS - VI course
This repository is under MIT License, if you want to see what you are allowed to do with the content of this repository, please visit choosealicense for more information.
Thanks to Miguel Ángel Durán teacher to make this course.
If you want to contact me, please see my socials medias in my GitHub profile.