Giter Club home page Giter Club logo

blog's Introduction


Logo

StrangeRover Blogs

This is a blog website deigned to upload pictures and the story behind it

# StrangeRover Blogs

![Logo](favicon.ico)

StrangeRover Blogs is a website designed to upload pictures and the stories behind them. This project is built using the Django framework.

[Check out the blog](https://strangeroverblogs.herokuapp.com/)

## About

A simple and elegant blog platform where users can share pictures along with detailed stories or descriptions. The website is designed to be user-friendly, providing an enjoyable experience for both authors and readers.

## Features

- **Picture Upload**: Upload images to accompany your blog posts.
- **Storytelling**: Add detailed stories or descriptions to your images.
- **User Management**: Create, update, and manage user profiles.
- **Responsive Design**: Ensures the blog looks great on all devices.

## Installation

1. **Clone the Repository**
   ```bash
   git clone https://github.com/jztchl/blog.git
   cd blog
  1. Create and Activate a Virtual Environment

    python3 -m venv env
    source env/bin/activate  # On Windows use `env\Scripts\activate`
  2. Install Dependencies

    pip install -r requirements.txt
  3. Apply Migrations

    python manage.py migrate
  4. Run the Server

    python manage.py runserver

Project Structure

  • app/: Directory containing the main application logic.
  • project/: Directory containing the project settings and configurations.
  • static/: Directory for static files (CSS, JavaScript, images).
  • template/: Directory for HTML templates.
  • db.sqlite3: SQLite database file.
  • manage.py: Django management script.
  • requirements.txt: File listing required Python packages.
  • vercel.json: Configuration file for Vercel deployment.
  • Procfile: Configuration for deploying to platforms like Heroku.
  • build_files.sh: Script for building the project for deployment.

Deployment

The website can be deployed using platforms like Vercel or Heroku. Ensure you configure the necessary environment variables and follow platform-specific deployment guides.

Contributing

Contributions are welcome! Please create an issue or submit a pull request for any improvements or bug fixes.

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Open a pull request

License

This project is licensed under the MIT License.

Contact

For any inquiries, please visit our Contact Page.

blog's People

Contributors

jztchl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.