Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.08 KB

UNE Advanced Web Programming Course - Demo projects

Start the applications

  1. The simple TypeScript app - une-cinema-typescript:

    • change to app directory: cd une-cinema-typescript
    • run locally: yarn start
    • or, run with docker:
      docker build . -t une-awp/une-cinema-typescript
      docker run -p 1234:1234 -p 8000:8000 une-awp/une-cinema-typescript
    • go to http://localhost:1234
  2. The full stack app - une-cinema-react and une-cinema-service:

    • at the root directory (you should see docker-compose.yml file)
    • run docker-compose up
      • if dependencies change, run docker-compose up --build to rebuild images
      • to stop, run docker-compose down
    • go to http://localhost:3000
    • the sever is available at http://localhost:8080
    • the mongodb via docker container can be access via mongodb://localhost:27017

You can access the full stack application from https://lively-biscuit-530069.netlify.app/