An open API service indexing awesome lists of open source software.

https://github.com/zaadevofc/eveer

Eveer - Website Online Event Organizer
https://github.com/zaadevofc/eveer

Last synced: 3 months ago
JSON representation

Eveer - Website Online Event Organizer

Awesome Lists containing this project

README

        

# Event Organizer Prediction Frontend

This is the frontend application for an Event Organizer Prediction system, utilizing Nuxt.js, PostgreSQL, and Node.js.

## Prerequisites

Before you begin, ensure you have the following installed on your machine:

- [Node.js](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)

## Getting Started

1. Clone the repository to your local machine:

```bash
git clone https://github.com/IchsanHanifdeal/Hanzu-frontend.git
```

2. Navigate to the project directory:

```bash
cd Hanzu-frontend
```

3. Install dependencies using Yarn:

```bash
yarn install
```

4. Create a copy of the `.env.example` file and name it `.env`:

```bash
cp .env.example .env
```

Update the `.env` file with any configuration settings related to the frontend.

5. Start the application in development mode:

```bash
yarn dev
```

This will launch the Nuxt.js development server and make the application accessible at `http://localhost:3000/`.

## Environment Variables

Make sure to set any necessary environment variables in your `.env` file specific to the frontend.

## Scripts

- `yarn dev`: Start the development server.
- `yarn build`: Build the application for production.
- `yarn start`: Start the application in production mode.
- `yarn generate`: Generate static files for deployment.

## Contributing

Feel free to contribute to the project. Follow the [contribution guidelines](CONTRIBUTING.md) for more information.

## License

This project is licensed under the [MIT License](LICENSE).