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
- Host: GitHub
- URL: https://github.com/zaadevofc/eveer
- Owner: zaadevofc
- Created: 2024-05-26T13:35:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T08:19:52.000Z (about 1 year ago)
- Last Synced: 2025-02-14T15:47:29.680Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 368 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).