It is the university project, created using React, Node.js and MongoDB. It also uses GooglePay and GoogleMaps APIs.
The project goal was to create a poster site. It gives the opportunity to post concert events and sell tickets to customers.
As a customer, you can sort all events by groups, see the concert location on map, save events and set notifications of their start.
cd into project directory then /client/ and write npm install
npm start Runs the app in the development mode.
Open http://localhost:3000 to view it in browser.
For proper work, start the server in the /server/ directory, do npm install then npm run dev