Skip to content

hozlucas28/API-Rest-Express-Course-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API REST - Express [2022]

Repository of Web Development course of Udemy platform.

SummaryInstallationRelatedLicenseAcknowledgmentsContact

Summary

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.

Installation

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.

Related

License

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.

Acknowledgments

Thanks to Alex Roel teacher to make this course.

Contact

If you want to contact me, please see my socials medias in my GitHub profile.

About

Repository of API Rest with Express course of @udemy.

Topics

Resources

License

Stars

Watchers

Forks