Vigo is a web application designed to offer a wide range of gaming products, including games, gift cards, keys, and more. This project is currently in the local development phase.
Vigo is an e-commerce platform dedicated to providing a diverse selection of gaming products. Whether you're looking for the latest game releases, gift cards, or game keys, Vigo has you covered.
- Browse a wide range of gaming products
- Search for specific games or products
- Add products to your cart
- Manage user profiles
- Secure checkout process (upcoming feature)
- Backend: Django (Python)
- Frontend: HTML, CSS, JavaScript, React
- Database: SQLite (development), PostgreSQL (planned for production)
- Other: Font Awesome for icons
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/vigo.git cd vigo
-
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
-
Run migrations:
python manage.py migrate
-
Start the development server:
python manage.py runserver
-
Access the application: Open your web browser and go to
http://localhost:8000
To start the development server, run:
python manage.py runserver
Contributions are welcome! Please follow these steps to contribute:
-
Fork the repository
-
Create a new branch:
git checkout -b feature/YourFeature
-
Make your changes
-
Commit your changes
git commit -am 'Add some feature
-
Push to the branch
git push origin feature/YourFeature
-
Open a pull request