Skip to content

AnggaraMAG/FE_TICKETKU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicketKu

Online ticket booking application. Book tickets anytime, anywhere.

Getting Started

Before starting to install the project, there're some things that need to be done first.

Prerequisites

Make sure all of these are properly installed in your system.

Application Download
Git Windows / Linux / Mac
Node.js Link
MySQL Link

Installation|

First, clone this repository into your system. and clone API 
Frontend : https://github.com/AnggaraMAG/FE_TICKETKU,
Backend API : https://github.com/AnggaraMAG/BE_TICKETKU

Then, install all the packages that described in package.json of both client and server directories.

npm install

Client Setup

Before running the application, we need to configure an environtment variable for the client, let's find .env file in client's root project, open and edit it.

REACT_APP_BASE_BACKEND_URL=http://localhost:5000

Note that the REACT_APP_BASE_BACKEND_URL above is the address of the server previously run, making sure the ip and port are the same with server address.

Then, run the web application.

npm run start

Wait till the application is opened into your browser. Now, you can explore Landtick and its features. Enjoy!

Screenshots

Landing Page Landingpage

Myticket Ticketku

Invoice Invoice

Admin Dashboard Admin

Built With

Author

M Anggara Gultom - AnggaraMAG

License

This project is licensed under the GNU General Public v3.0 License - see the LICENSE file for details This project is licensed under the GNU General Public v3.0 License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published