Skip to content

Streamlined college e-commerce: Simplifying merch buying and selling for students.

Notifications You must be signed in to change notification settings

bsoc-bitbyte/GetIt

Repository files navigation

🛒 GETIT

Streamlined college e-commerce: Simplifying merch buying and selling for students.

✨FEATURES

  • Clubs can sell
  • Sell Tickets for the event
  • Buy the merch you like
  • Automatic payments for sellers no need for manual verification
  • Seller reports

📱 Tech Stack

My Skills

FRONTEND:

BACKEND:

🔰 GETTING STARTED

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Frontend

My SkillsPREREQUISITS

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

NPM BASIC SETUP

Follow the steps mentioned below to setup the project locally on your computer

  1. Fork the repository by clicking on Fork option on top right of the main repository.
  2. Open Command Prompt/Terminal on your local computer.
  3. Clone the forked repository by adding your own GitHub username in place of <username>.
    git clone https://github.com/<username>/Getit/
  1. Navigate to the Getit directory.
    cd Getit
    cd frontend
  1. Install all Getit dependencies.
    npm install
  1. Run the website locally.
    npm run dev

Backend

  • Framework - Django
  • Language - Python 3.10

Local Setup

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.

HOW TO CONTRIBUTE ?

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)