geraldsanga / project-cinema-frontend

a vue powered front-end application for project-cinema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

frontend app for project_cinema

This repo holds code for the frontend application of the project project_cinema. Together with the backend application written in python's Django this application makes the full project_cinema. Routes include

  • / which is the landing page
  • login/ for user authentication
  • /signup/ for user registration
  • /theaters/ to get a list of all theaters
  • /now_playing_movies/ to get all the movies that are currently showing

The backend app

Click this 👉 link to follow installation guides for the backend application written in Django

Installation

  • get all dependencies 📦 with npm install

  • compile and hot reload ⚡ for development with npm run serve

Now you can go to localhost:8080 and enjoy the world of movies

About

a vue powered front-end application for project-cinema


Languages

Language:Vue 83.7%Language:JavaScript 13.5%Language:CSS 1.8%Language:HTML 1.0%