An open API service indexing awesome lists of open source software.

https://github.com/swish78/glimmer


https://github.com/swish78/glimmer

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Glimmer - Thrifting Store & Fashion Blog Platform

Glimmer is a dynamic web application built using Django and Bootstrap, designed to offer users a seamless thrifting experience alongside a platform for sharing fashion insights through blogging. It facilitates users to browse, list, and purchase thrifted products, as well as create and consume fashion-related content.

## Features

- **User Authentication:** Secure user authentication system enabling users to sign up, log in, and manage their accounts securely.

- **CRUD Operations:** Allows users to perform Create, Read, Update, and Delete operations on products and blog posts, enhancing user engagement and interaction.

- **Thrift Store:** A curated collection of thrifted products for users to explore and purchase.

- **Fashion Blog:** A platform for users to share their fashion insights, trends, tips, and experiences through blog posts.

- **Responsive Design:** Utilizes Bootstrap for responsive and mobile-friendly design, ensuring a seamless user experience across devices.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/glimmer.git
```

2. Install dependencies:
```bash
pip install -r requirements.txt
```

3. Run migrations:
```bash
python manage.py migrate
```

4. Start the development server:
```bash
python manage.py runserver
```

5. Access the application at `http://localhost:8000` in your web browser.

## Contributing

Contributions are welcome! Please feel free to fork the repository and submit pull requests to contribute to the development of Glimmer. Before making significant changes, consider opening an issue to discuss the proposed changes.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgements

- [Django](https://www.djangoproject.com/) - The web framework for perfectionists with deadlines.
- [Bootstrap](https://getbootstrap.com/) - The most popular HTML, CSS, and JS library for building responsive, mobile-first projects.

---

*Note: This project is still in its final development stage, and improvements and enhancements are ongoing. Feedback and suggestions are highly appreciated.*