- gatherwise (Primary)
Gatherwise is an event shop that allows users to create organizations, search for events, buy tickets, and write news. This project is built using Tailwind CSS, React, and Next.js.
- Front-end Framework:
React.js
- Styling:
Tailwind CSS
- For handling index requests:
Next.js
- As Database:
MongoDb - mongoose Prisma ORM
- API tested using:
POSTMAN
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/deleashers/gatherwise.git
- Navigate to the project directory:
cd gatherwise
- Install dependencies:
npm install
To start the development server, run the following command:
npm run dev
This will start the server at http://localhost:3000.
- User authentication and authorization
- Pages localization (en/uk)
- Organization creation and management
- Event search and filtering
- Ticket purchasing and management
- Custom Ticket Building
- News article creation and management
We welcome contributions to the Gatherwise project! To contribute, follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-new-feature
- Make changes and commit them:
git commit -m "Add my new feature"
- Push to the branch:
git push origin my-new-feature
- Create a pull request
Please ensure that your code follows our coding standards and includes appropriate tests.
This project is licensed under the MIT License.