Giter VIP home page Giter VIP logo

metro-events-001's Introduction

Metro-Events

CLONE THIS PROJECT

  1. Fork this project first:
  2. Open Github Desktop and Clone the Repository that you cloned:

    File -> Clone Repository -> URL

Project Setup

  1. Create a new database in phpMyAdmin

    • Database Name: metro_events (or kung unsa inyo ganahan)
  2. Open the project in VS Code(metroevents1)

    • Right Click metroevents1 and click Open with Code
    • After opening in VS Code, your file tree will look like this:
|-- metroevents1
  |-- metroevents1
  |-- static
  |-- user
  |-- db.sqlite3
  |-- manage.py
  |-- README.md
  1. Open VS Code Terminal

    Ctrl + `

    Enter the commands below:

pip install django

pip install mysqlclient

python manage.py migrate

  1. Create SuperUser(using the terminal): python manage.py createsuperuser

    Enter the details below:

username: admin password: adminMetroEvents

Run Project

  1. Open XAMPP Control Panel

    Apache -> Start MySQl -> Start

  2. Run the project in the VS Code terminal: python manage.py runserver

  3. Open the project in your web browser:

    127.0.0.1:8000/user/login

    127.0.0.1:8000/user/register

    127.0.0.1:8000/admin

metro-events-001's People

Contributors

vincecarusca avatar madamedem 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.