Skip to content

CaduRomaniello/moovy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Moovy

What is it?

Moovy its an application wherer you can add movies to you Watched List and keep track of what you've watched.

How to run it?

The app is composed by two parts:

  • Front-end
  • Back-end

And both need to be being executed fot the app to work properly.

Front-end

To run the front-end part first you need to install all the dependencies that this part requires. To do so just run the following comands in your terminal at the root folder:

cd frontend
npm i
npm run start

It will install all tehe packages and start the front-end at the port 3001 of your computer.

Back-end

To run the back-end part first you also need to install all the dependencies that this part requires. To do so just run the following comands in your terminal at the root folder:

cd backend
npm i
npm run start

It will install all tehe packages and start the back-end at the port 3000 of your computer.

Done that the app will be running with no problems.

Endpoints

To see all the API endpoints while your back-end application is running go to your browser and access http://localhost:3000/api. There you will be able to see al endpoints and DTO's that the API provides.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors