An event-booking application, written in React, with the use of Redux, Chakra UI & Google Maps API.
Prior to setup, create an .env
file based on the .env.example
. Make sure your SERVER_URL
in the api/.env
file matches the VITE_API_URL
in your client/.env
.
Then proceed:
- Create a Stripe account and use the provided test API keys.
- Get Google maps API key and use the provided key.
- Run
npm install
in theclient/
directory. - Run
npm run dev
.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.