An advanced and elegant event and ticket managing application for creating and sharing events, built with React.
Before starting, ensure the following dependencies are installed on your system:
- Node.js v18.8 or higher.
Clone the project repository to your local machine
$ git clone https://github.com/monquess/gather-flow-frontendGo to the project directory
$ cd gather-flow-backend/Copy the example .env file and fill in any necessary values
$ cp .env.example .envInstall project dependencies
$ npm ciThis application depends on a API for data operations such as authentication, event management, and payments.
You can find the backend repository here gather-flow-backend
Note
Make sure the server is running and properly configured before starting the client.
Run the client application using the following command
$ npm run devOnce the client has started successfully, the apllication will be accessible at http://localhost:4200 or on another port specified in the .env file
Project is licensed under MIT License.