You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full-stack project showcasing how React and Express work together to deliver a movie-tv-like application. Besides implementing an API RESTFul, it includes a simple CD/CI process leveraged on GitHub actions and Docker.
The repository contains the backend code for an e-commerce application. It includes server-side logic, APIs, and database management to support the functionality of the e-commerce platform.
A Rest API boilerplate is written using NodeJS, ExpressJs, and MongoDB, which has the provision of basic auth with JWT with validations using @hapi.joi and CRUD operation with a simple example.
@hapi/joi The most powerful schema description language and data validator for JavaScript. joi is part of the hapi ecosystem and was designed to work seamlessly with the hapi web framework and its other components (but works great on its own or with other frameworks). If you are using a different web framework and find this module useful, check …