Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).