Repository of Web Development course of Udemy platform.
Summary • Installation • Related • License • Acknowledgments • Contact
This is a repository where I store all lessons that I take on Web Development course of Udemy platform, related with an API REST made with Express. This API is for a MongoDB database where you can create, delete or update an user.
Clone the repository, install Node.js (runtime environment) and use Visual Studio Code (code editor) with Thunder Client (extension) installed. Then, run the command npm install
in a terminal. It will install all node modules used to make this API, like Express, Mongoose, Prettier and Husky for pre-commits. After that, run the command node src/api.js
to connect with the database. Done, now you can send requests throw Thunder Client to test this API.
• Information: May be, the connection with MongoDB could fail because it's closed automatically if it hadn't have any activity in a period of time. So you might have to use your personal MongoDB database.
- Repository of HTML course
- Repository of CSS course
- Repository of JS course
- Repository of Python course
- Repository of Flask course
- Repository of Django course
- Repository of Go course
- Repository of Go web course
- Repository of Go module practice
- Repository of Java course
- Repository of Java movie catalog practice
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 Alex Roel teacher to make this course.
If you want to contact me, please see my socials medias in my GitHub profile.