Git Product home page Git Product logo

craigslistclone's Introduction

CraigslistClone (Greg's List)

A basic forum / auction website.

This website will allow users create listings for items they would like to sell.

Goals

x = axed/cut

The main goal I have for this project will be implementing web services into my website.

  • Get basic auction site functionality

  • Email verification

  • Data encryption

  • Optimized search results

  • Google maps to the provided addresses. x

  • Have something that looks nicer than craigslist.

  • Sign in through google account (stretch goal) x

  • Cloud Storage (stretch goal) x

To work on this project, you'll need to create a branch from master. Open the project, run the project, open pack manager console, run an update-database to make sure everything is seeded correctly. The test user login is Email: [email protected] Pass: test


Contact Information:

The best way to get in contact with me is by the email listed below. - Email: [email protected]

craigslistclone's People

Contributors

aardiente avatar

Stargazers

Kirk Clarke avatar

Watchers

James Cloos avatar  avatar

Forkers

apicaltech

craigslistclone's Issues

Seeding Data

Seed data into the database so on a new instance of a build there will data populating the Threads field.

Email verification

When a user signs up for the website, they will be required to authenticate the newly created account through their email.

  • An email will be sent after account creation with a code to verify that they are the owner of that email.
  • A unique verification code will be in that email and is required to continue using the website.

Implement Delete functionality for listings

Add delete functionality for user listings.

Update the method in ListingServices to delete the obj from the database
Create a view or popup on the userlistings page to confirm delete.
Debug to make sure we don't leave any dangling pointers.

Stylizing

The layout still looks bad, but mostly functional. Should be changed before pushed to live

Incorrect Date/Time on server

DateTime.Now is returning a different value from the user/clients machine. Instead, it returns a DateTime from somewhere in the UK.

Data encryption

All user date should be encrypted before storing it in the database.
I.E. Username, password, email, address, phone number, ect.

Rename from 'Thread' to 'Category'

Go through and rename all files / obj / members from Thread to Category. It made sense when I started by Category / Categories is a much better and a little less confusing as the project grows.

We have Categories which contain Listings

UI implementation

Implement UI elements into the website. Make it look pretty... or at least passable.

Google account sign / authentication

NOTE: Stretch goal

This will include incorporating the google web service into the website which should be contained in its own module. This feature should allow the user to bypass the default account creation process and allow them to create an account using their google account. As well as allow them to sign into the website using their google account.

Google Maps support

When a user creates a listing, there will be a map displaying that location.

ApplicationUser table removed and re-implimented

The initial migration of the table ApplicationUsers wasn't implemented correctly and is preventing user sign-in and ThreadService from correctly attaching the listings, which stops us from displaying the listings in a category.

This must be resolved ASAP.

Image uploading

This is a stretch goal, looks a little more daunting than I'd like considering the timeline.

UI Elements (Design)

Create concept art and design a layout for the threads and web page.
The goal is to have something that looks better than craigslist. (thats not very hard)

Add search functionality

The user can filter through all posts by using the search bar; returning all posts related to that search parameter.

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.