Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.22 KB

Tokea

Discover great events and buy tickets or Host your own events.

Screenshot 2023-02-21 at 17 56 53

The idea is to simulate an events booking application, bringing data from a fake API and integrate the information available on screen, such as the concerts available to the customer. The difference of this project is the responsive mode built for all mobile devices and the pages built using Server Side Rendering (SSR).

To obtain this project, follow the steps:

  1. Clone this repository using git clone .
  2. Run the yarn command at the root of the cloned project folder to download the dependencies.
  3. Run npx json-server server.json -p 3333 at the root of the project folder to initialize the Fake API.
    (if you want, you can use the public api url managed by My JSON Server, which comes by default in the api.ts file)
  4. Run yarn dev at the root of the project folder to start the application in development mode.
  5. Open the application in your emulator. 🚀

Backend URL_DB:

https://my-json-server.typicode.com/jeffubayi/tokea