Skip to content

πŸŽ“ Final DAW MERN project. Using Mongodb, Express, React & Nodejs.

License

Notifications You must be signed in to change notification settings

pheralb/movies-daw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

91 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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:

Releases

No releases published

Languages