Skip to content

Edge-Academy-UFAL/media-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Mediatracker's logo


πŸŽ₯ mediatracker, Track all your movies in one place 🎞️

Last Commit Github Issues Commit Activity



πŸ§ͺ Technologies

This project was developed using the following technologies and libraries:

Express Node.js


πŸš€ How to run

To run this in your local machine, clone this repo and run the command:

  cd front
  # Installing dependencies
  bun install # or npm install or yarn

installing all dependencies. After that, just start:

  # Starting project
  bun start # or npm start or yarn start

And it will appear on http://localhost:3000.

⚠ Also, make sure to fill the info needed in a .env file using the .env.example file as an example ⚠

And for the server, you will need to install the dependencies and start the server:

  cd server
  # Installing dependencies
  bun install # or npm install or yarn

  # Starting server
  docker-compose up -d

And it will appear on http://localhost:3001 (or the port you set in the .env file)


🎨 Design

Our design was made using Figma, and you can check it out here:


πŸ“‹ API Documentation

You can check the API documentation in Insomnia here:

Insomnia


🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

About

πŸŽ₯ mediatracker, Track all your movies in one place 🎞️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published