Giter VIP home page Giter VIP logo

madarame-studio's Introduction


Logo

MADARAME STUDIO


This is the 4th milestone project for code institute and is mostly focused on bringing together HTML, CSS, Javascript and Python through the use of the django framework. This project is meant to simulate an e-commerce shop focusing on art, enabling users to purchase art, sign up for an account, and complete purchases using Stripe.
· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Deployment
  3. Usage
  4. Roadmap
  5. Testing
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgements

About The Project

Below you can see a few screenshots of the finished project.

Home Page:
Home Page

Product List:
Product List

Product Detail:
Product Details

Login:
Login

Profile:
Profile

Order History:
Order History

Built With

Languages

  • HTML5
  • CSS
  • Javascript
  • Python

Databases

  • SQLite - local database used during development.
  • Postgres - database used post-deployment.
  • AWS S3 - Database used to host static files and product images.

Frameworks & external sites

Deployment

Heroku

The project was deployed to Heroku using the following steps...

  1. Install the required dependencies in your repository, and save them in requirements.txt by typing "pip3 freeze --local > requirements.txt".
  2. Create a Procfile by typing "echo web: python app.py > Procfile" so Heroku knows what file to run.
  3. Log into heroku and create a new app.
  4. Give your app a unique name and select the applicaple region.
  5. Go to the "Deploy" tab, and select your preferred deployment method. For this project, I used automatic deployment from github.
  6. After selecting automatic deployment, enter the name of your github repository, select it from the menu when it is found, and click connect.
  7. Navigate to the "Settings" tab, click "Reveal Config Vars", and apply the same variables as in your env.py file, or your IDE environment variables.
  8. Now return to the "Deploy tab, scroll down, and enable automatic deployment.

Usage

User Stories

First Time Visitors

  • As a new user, I want to easily understand the purpose of the site.
  • As a new user, I want to be able to easily navigate the site and access the content it provides.
  • As a new user, I want to easily find where to sign up for an account.
  • As a new user, I want to find product reviews.

Returning Visitors

  • As a returning user, I want to easily log into my account.
  • As a returning user, I want to be able to locate my order history and check the status of my pending orders.
  • As a returning user, I want to leave reviews for products that I purchased before.

Design

Colour Scheme

  • The main colours used are #f9b87b and #7bbcf9, pastel orange and pastel blue.
  • Pastel orange is meant to illicit feelings of excitement, energy and confidence for the site visitor, while pastel blue is meant to show trust and competence.

Typography

  • For headers the main font will be Abril Fatface, with Rockwell and serif as fallbacks in case the font isn't being imported correctly for some reason.
  • For regular text on the site, the main font will be Dosis, with Helvetica and sans-serif as fallbacks.
  • Using serif fonts as headers makes it easier to read the serif fonts, as they'll be forced into uppercase which makes them easier to read, while also adding to the playfulness and creativity of the site.
  • Using sans-serif on the rest of the page is to balance the playfulness with a cleaner feel as well as increasing the readability of the site.

Wireframes

All wireframes are in a single file and can be found here.

ER Diagram

The ER Diagram for the project describes the relationship between the used models and can be found here

Roadmap

Future Plans

  • Allow users to leave reviews on products which will dynamically affect the product ratings.
  • Allow users to sign up as an artist.
  • Allow artists to upload art and sell it on the page after being reviewed by the site owners.

Open Issues

See the open issues for a list of proposed features (and known issues).

Past Issues

See the closed issues for a list of the past issues.

Notable past issues:

  • When creating fixtures, a typo in one of the artist models caused it to remain empty, raising an error from Django.
    Unfortunately this typo went unnoticed for around an hour where no progress was being made on the project.
  • When creating the artist app and swapping the artist name and url fields from the product model,
    mutliple site refreshes as old references kept being pointed out.

Testing

Testing information can be found in it's own TESTING.md file.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Lavadax - Twitter - facebook Project Link: Madarame Studio

Acknowledgements

madarame-studio's People

Contributors

lavadax avatar dependabot[bot] 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.