Giter VIP home page Giter VIP logo

milestone-4-fullstack-website's Introduction

Noir Digital

This site is an ecommerce website selling art prints. A user can also leave a testimonial and request something custom.

Build Status

UX

I created this website to sell graphic design prints and services.

User Story 1: John Doe is curious about the purpose of the site. He can read about the reason it was created on the home page.

User Story 2: Jane Doe wants to browse the art. She can do that by clicking "work" in the nav bar.

User Story 3: Jeff Doe wants to read more about a specific art piece. He can do that by clicking on its image in the work page.

User Story 4: Jane Doe wants to login. She can do so by clicking on "login" in the navbar and filling out the following form.

User Story 5: John Doe wants to sign up. She can do so by clicking on "Register" in the navbar and filling out the following form.

User Story 6: Jeff Doe wants to read more about the site. He can do so by clicking "about" in the navbar.

User Story 7: Jerry Doe wants to read about the sites news. He can do so by clicking "news" in the navbar.

User Story 8: Jane Doe wants to buy a logo. She can do so by clicking add on the product and then checking out.

Wireframes

Features

  • User is able to view all the art by clicking the "work" on the navbar.

  • User is able to login or register by clicking "login/register" on the navbar and filling out the form.

  • User is able to read about a specific art piece by clicking its image in the work page.

  • User is able to read a news article by clicking "news" on the navbar and selecting an story.

  • User is able to read about the site by clicking on "about" on the navbar.

  • User is able to buy a product by clicking "add to cart" and checking out.

Technologies Used

  • HTML - HTML was used to build the structure of the site.

  • CSS - CSS was used to style the site.

  • Git - Git was used for version control.

  • Bootstrap - The project uses bootstrap for the navbar, modals, and responsiveness.

  • jQuery - The project uses JQuery to simplify DOM manipulation.

  • Google Fonts - The project uses Google fonts in order to use the Roboto Font.

  • Font Awesome - The project uses Font Awesome in order to display various icons for social media and the hamburger menu in mobile view.

  • Python - This project uses python to execute the logic.

  • Django - Django was used to create the website.

  • AWS S3 - AWS was used to store images and other static files using a postgresql database.

Testing

Unit Testing was used as well as manual testing using W3 Validator. I used Responsinator to check the responsiveness of my site on various devices.

Automated testing using Jasmine was not used as there is little JavaScript logic in the site.

Automated testing using unittest was used to test the routes and connected templates. It can be run by typing the following in the terminal.

python3 test_run.py
Manual Testing

Manual testing was done following the user stories mentioned above.

  • Signup a User - User is able to Signup by clicking Signup on the navbar and filling out the form. They will then be redirected to the home page.
  • Login a User - User is able to login by clicking login on the navbar and filling out the form. They will then be redirected to the home page.
  • Buying a product - A user is able to buy a product by adding it to their cart and checking out.
  • Viewing Work - A user is able to view the previous work by clicking on work in the navbar and clicking on whatever piece they desire.
  • Reading News - A user can read the sites news by clicking news in the navbar and choosing which story they would like to read.
  • Reading about the site - A user can read about the site by clicking about in the navbar and reading about the site.
  • Adding a testimonial - A user can add a testimonial by clicking on profile in the navbar and then clicking on Post to submit a testimonial.
  • Submitting a custom work order - A user can add a custom work order by clicking on profile in the navbar and then clicking on "custom order form". Fill out the form and click send.
  • Editing a testimonial - A user can edit their testimonial by clicking on profile then on edit post to edit their testimonial.

Deployment to Heroku

Name: Digital Noir

**URI:**https://milestone-four-noir-digital.herokuapp.com/

This website was deployed through Heroku directly from the master branch. The difference between the development version and deployment version are little to none. The database is stored on AWS and is set up through Heroku. Using a Procfile and a requirments.txt file Heroku installs the required software in order to run the site. To get the site to run with Heroku do the following to create the required files.

  • Creating Requirments.txt - run the following in the terminal.
sudo pip3 freeze --local > requirements.txt
  • Creating Procfile - run the following in the terminal.
echo web: python > Procfile 
  • Login in to Heroku - Through the terminal you can use to login and to check the app.
heroku login
heroku apps
  • Initialize git - Initialise git and set the remote for Heroku.
git init
heroku git:remote -a milestone-four-noir-digital
  • Push to Heroku - Finally push to Heroku.
git push heroku master
  • Don't Forget! - In heroku's settings under Config Vars set ** DISABLE_COLLECTSTATIC to 1 ** and all other keys to their values.

Things to do in the Future

  • Create more photos for the work page.

Credits

  • Specials Thanks to the student slack channels, my mentor and stack overflow.❤️

milestone-4-fullstack-website's People

Contributors

horseshoedev avatar

Stargazers

 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.