Coder Social home page Coder Social logo

trellixvulnteam / fun-times-no-dimes_ssk6 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eleanor-engineer/fun-times-no-dimes

0.0 0.0 0.0 11.6 MB

Free Event Finder

JavaScript 0.80% C++ 0.71% Python 84.83% C 3.45% Tcl 8.87% PowerShell 0.01% CSS 0.53% HTML 0.78% Batchfile 0.01% Xonsh 0.01%

fun-times-no-dimes_ssk6's Introduction

Free Event Finder App Template

To get started with this template:

  1. Click "use template" to create your own repository with the same files and directory structure.
  2. Clone the repository to your machine.
  3. Open terminal/powershell
  4. Navigate to the repository and create a new virtualenvironment called venv
  5. Activate your new venv
  6. Install the project dependencies using: pip install -r requirements.txt

To configure the database:

  1. Type psql then hit enter.
  2. Type CREATE DATABASE nameofyournewdatabase; then hit enter.
  3. Type \l then press enter to confirm your new database is there and ready to go.
  4. Type \q to escape the psql shell.
  5. Create a new superuser - you should be familiar with how to do this (hint, it was in the django tutorial :) )
  6. Then update the settings.py to use whatever you just named your database and your username.
  7. Type python3 manage.py runserver and open up http://localhost:8000/event-finder/ to confirm all is well!

Once you are set up and ready to go, these are your tasks:

  1. Add a new "venue" field to the Event model
  2. Create a many to many relationship between the events and categories
  3. Modify the index page to show the events with their categories.
  4. Modify the events page to show all the event information, including the categories.
  5. Create a page that has a form to create a new event. This event should then appear on the index page.

Once you have completed these tasks you can start working on:

  1. The My Account page. We are not doing anything with users until next week, but you can definitely get the my account page started and styled by just using some dummy data.
  2. Make it responsive - put those css and bootstrap skills to the test!
  3. Add filters for location and category to the index page.

fun-times-no-dimes_ssk6's People

Contributors

eleanor-engineer avatar trellixvulnteam 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.