Skip to content

Latest commit

History

History
74 lines (52 loc) 路 1.96 KB

README.md

File metadata and controls

74 lines (52 loc) 路 1.96 KB

Playmoviez Banner

馃摝 Packages:

馃殌 Getting Started:

  1. Install packages:
# Install frontend:
cd frontend
npm install

# Install backend:
cd backend
npm install
  1. Create an .env file in..
  • Backend folder:
PORT=
DBHOST=
  • Frontend folder:
VITE_ALL_LIST=http://localhost:4000/productos/lista
VITE_ALL_CATEGORIES=http://localhost:4000/productos/categorias
VITE_ONE_FILM=http://localhost:4000/productos/obtener
VITE_FILMS_BY_CATEGORY=http://localhost:4000/productos/categorias
VITE_FILMS_BY_NAME=http://localhost:4000/productos/lista
  1. Run:
  • from the following directory: \movies-daw
npm run front
npm run back
  • or... (only for linux terminal):
bash run.sh

and ready 馃コ. Open your terminal and access to localhost:3000 (frontend) & localhost:4000 (backend).

馃檶 Contributors:

馃攽 License: