Giter Site home page Giter Site logo

studywhere's Introduction

This web application is the source code for StudyWhere. It is built with Python and Django.

Set Up:

  1. create folder for project
  2. Add virtual env
    • virtualenv env (creates the virtual environment)
    • source env/bin/activate (activates the virtual env)
  3. Install django/djangorest
    • pip3 install django djangorestframework
  4. Clone the project into the project folder
  5. Install bootstrap 3
    • pip install django-bootstrap3
  6. Install pillow to allow for images
    • pip install pillow
  7. Install Google Map Package
    • pip install django-google-maps (add it to settings.py installed apps)

The first time you use the app or if you make any changes to the models: python manage.py makemigrations and then python manage.py migrate

To see the app in the browser: python manage.py runserver

studywhere's People

Contributors

deanna2000 avatar binauralbeat avatar matthewkelly12 avatar megraohoh avatar joeshep avatar stevebrownlee avatar

Watchers

James Cloos avatar  avatar Jacob Ramirez avatar

studywhere's Issues

Users can add a new venue

As a user, when I want to add a map marker and add some details about the study place I am adding.

  • User must be logged in to be able to create a venue.

Users can edit venue properties

As a user, when I click on the venue details, I can add details that are currently blank. Fields that are currently blank should be highlighted so I know I can add information.

Fields that are already filled out can't be edited.

Users can search by venue name

As a user, when I am on the main app view, I can search by study place venue name and see the map view for this place. I can hover for highlights and click for more detail.

User can register and log in to the app

As an existing user, I want to click on login and then enter my login creds to enter the app.

As a new user, I want to click on register and then enter my register info and then enter the app.

Things I can do as a registered user:
add a venue
edit venue details
comment on a venue

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.