Meerkat is an app to test node, mongodb(Mongoose), express, ejs, and other aspects of development. In this scenario, this application is developed to enable the user to save its favorite Audiovisuals. This category gathers movies, series, documentaries and others type of productions similar to these ones.Also the user can make reviews about these audiovisuals in the application. The app is the result of a course in Udemy, which is taught by Colt Steele. The name of the course is The Web Developer Bootcamp 2024.
Be sure to have NodeJS installed in your system, then:- git clone this repository
- npm i
- npm start
docker build -t meerkat .
docker run -p 3000:3000 meerkat
Finally the port is set to 3000, so go to some browser and put localhost:3000