- Clubs can sell
- Sell Tickets for the event
- Buy the merch you like
- Automatic payments for sellers no need for manual verification
- Seller reports
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following software is required to be installed on your system:
- Node 16.x
- Npm 8.x
Type the following commands in the terminal to verify your node and npm versions
node -v
npm -v
- Fork the repository by clicking on
Fork
option on top right of the main repository. - Open Command Prompt/Terminal on your local computer.
- Clone the forked repository by adding your own GitHub username in place of
<username>
.
git clone https://github.com/<username>/Getit/
- Navigate to the Getit directory.
cd Getit
cd frontend
- Install all Getit dependencies.
npm install
- Run the website locally.
npm run dev
- Framework - Django
- Language - Python 3.10
Make sure you are using python 3.10
.
- Change your working directory to
backend
- Now just run
./run.sh
- Hurray! The backend is up and running!!!
Note : Use seperate env files for backend and frontend to run the project. Need help! Let us know to help you with the .env.
The Contributing.md contains the step-by-step procedure for contributing for this project.
FIGMA LINK FOR THE PROJECT(https://www.figma.com/file/w8rDGcgxgDUGzxOzvFX8Eq/Untitled?type=design&node-id=0-1&t=YsftuOHwePR2R58Z-0)