An Express REST API for takanome-vidly.netlify.app. See vidly-client for front end code and more details about the project.
- Clone the project:
git clone https://github.com/TAKANOME-DEV/vidly-server.git
- Install dependencies:
pnpm install
- Start the server:
pnpm dev
- Build an image:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml build
- Start the server:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
- You can combine them by running:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build