Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashchouhan16/bookourshow.com
🎥 A Vue SPA built as part of the 2 day dev apprenticeship.
https://github.com/akashchouhan16/bookourshow.com
spa vuejs
Last synced: 6 days ago
JSON representation
🎥 A Vue SPA built as part of the 2 day dev apprenticeship.
- Host: GitHub
- URL: https://github.com/akashchouhan16/bookourshow.com
- Owner: akashchouhan16
- Created: 2022-08-30T05:54:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T07:46:56.000Z (over 2 years ago)
- Last Synced: 2024-12-12T03:07:23.155Z (2 months ago)
- Topics: spa, vuejs
- Language: Vue
- Homepage: https://bookourshow.netlify.app/
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookOurShow
* A Revamp Project on Movie Application, Inspired from BookMyShow.
### Changes Introduced:
* Revamped landing page, Login and registration option.
* Introduced Routing and Auth Guards.
* Covered Edge cases like invalid routes (/*) and inaccessible options on UI.
* New and Improved UI and Backend service for managing and booking tickets.
* Date and Slot options introduced, previously hard-coded seats and only for a single day and 1 slot -> Now N days with up to 4slots for the user.
* Improved Add movies - ui and backend service.* Introduced a User Booking history service and UI -> For Users only
* Replaced About Agni with User Booking History
* Introduced a new search API and option for the BookOurShow users to view through the list of movies.---
### Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).