Skip to content

🐾Meerkat is an app that provides the user to put the audiovisuals the user want. The audiovisual is an object that gathers movies, series, videos, documentaries. Therefore, the user can put it in the system and also make reviews of these ones, and others audiovisuals from other users.

License

Notifications You must be signed in to change notification settings

fichimura/Meerkat-app

Repository files navigation

🐾Meerkat app

Description

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.

Installation

Main install

Be sure to have NodeJS installed in your system, then:
  • git clone this repository
  • npm i
  • npm start

Docker option

Also if you prefer you can use the docker: First git clone this repository, then go to the directory of the application and:

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

Deployed app

Or you can access it through the following link: https://meerkat-5kgh.onrender.com

About

🐾Meerkat is an app that provides the user to put the audiovisuals the user want. The audiovisual is an object that gathers movies, series, videos, documentaries. Therefore, the user can put it in the system and also make reviews of these ones, and others audiovisuals from other users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages