Giter VIP home page Giter VIP logo

milestonproject3's Introduction

ACME BUSINESS DIRECTORY

A MOCK-UP OF A BUSINESS DIRECTORY WITH USER CAPABILITY TO REGISTER TO A DATABASE

Welcome

Table of Contents

About the project

The objective of this project is to create a Business Directory for B2B (business to business) and B2C (business to consumer) purposes. The purpose of this project is to demonstrate create, read, use, and delete functions on a website. That happens here.

Built with

The technologies that were used in the project were:

User Stories

A business using the website could add register their business with the directory and insert a listing so that potential customers and clients can find their business.

A consumer using the website could search the directory in order to find a product or a service.

Motivation

The reason why I chose to create a business directory is because it could serve as a directory for many activities. The data in this particular directory is for businesses but it could be used for all sorts of items such as recipes, books, people, music, etc.

Code example

@app.route("/") def index(): return render_template("index.html")

@app.route("/about") def about(): return render_template("about.html")

@app.route("/signup") def signup(): return render_template("signup.html")

@app.route("/contact") def contact(): return render_template("contact.html")

@app.route("/tasks") def get_tasks(): return render_template("tasks.html", tasks=mongo.db.tasks.find())

Roadmap

Not all of the proposed features of the business directory are included in this model e.g there is no directory to search through, there are no business categories, the search function does not function etc. It is not necessary to include them at present as they are not entirely needed in order to demonstrate the purpose of this directory. For example, many categories could be added but it would take a lot of time to do so.

Inspiration

I was inspired to make the business directory as I came across a business directory that was very clumsy and shoddy in the way that it was designed. I particularly like the Manta business directory. While it would be nice to emulate such a directory, time constraints did not allow but it will continue to serve as an inspiration and guide as to what can be achieved.

Author

Seanán Ó Coistín

Contact

www.seanan.info Twitter: @seananocoistin

milestonproject3's People

Contributors

seananocoistin 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.