Giter Site home page Giter Site logo

devilpepper / ebshare Goto Github PK

View Code? Open in Web Editor NEW

This project forked from melshaabiny/ebshare

0.0 2.0 0.0 164.63 MB

CSC 322, Software Engineering, project.

Home Page: http://ebshare.azurewebsites.net/

Python 37.95% HTML 43.49% Shell 1.82% CSS 10.18% JavaScript 6.56%
cs

ebshare's Introduction

EBshare

CSC 322, Software Engineering, project.

Uses Django. Do pip install django if you don't have it installed already.
Some modules may need to be installed as well. In the project root folder, do pip install -r requirements.txt
There are scripts in the project root directory, mainly written for bash on a linux machine.
For a fresh start, run ./purge && ./load db
./dump will create json files inside fixture folders as well as a main db.json.
It is sugessted to avoid running this script unless the new data in valuable. ./dump was mainly for viewing the existing data.
./clear will delete the fixtures folders and any json files other than db.json.
to run the server in google chrome, ./run
./run only worked on a linux machine with google chrome installed.
Alternatively, one could run python manage.py runserver and in any browser window, navigate to localhost:8000
The admin panel is in localhost:8000

In the db.json file that is loaded by ./load db, there are registered users, and superusers. Use find to search for auth.user.
The users with is_authenticated set to true are super users. As of 12/14/15, the registered users were jean, musta, abhi, wei,
and the superuser was su. The passwords were the same as the usernames.

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.