GithubHelp home page GithubHelp logo

neon-webapp's Introduction

Xenon (formerly Neon) Web API for WS Companion

Features:

  • Creates an API for use by the WS Companion app which it uses to give updated information for students of Windsor Secondary
  • Automagically scrapes calendar data from Windsor Secondary's website in order to automate the adding of information to the app
  • Uses Ionic's Push API to send notifications to Windsor Secondary students about important events
  • Stores teacher contact information for easy access with the WS Companion app

Technologies used


Development Setup Guide

Commands are for Windows but are easily adaptable to Linux.

  1. Download and install the latest version of Python 3
  2. Download and install the latest version of git
  3. Open Git Bash and clone this GitHub repo by running the command git clone https://github.com/MaldorLevr/neon-webapp.git
  4. Install virtualenv by running the command pip install virtualenv (may need to be running Git bash as an administrator)
  5. Create a virtual environment by running the command virtualenv env and activate it by running the command .\testenv\Scripts\activate.
  6. Switch to the project directory with cd neon-webapp and run pip install -r requirements.txt to install the required packages.
  7. Run the server with python manage.py runserver and view the server by opening your browser and going to the address localhost:8000. If you see this image you've successfully started up the web app!
  8. Stop the server by going into Git bash again and pressing Ctrl + C
  9. Create a superuser account for yourself by running the command python manage.py createsuperuser
  10. Run the server again and this time navigate to localhost:8000/admin in your browser and login. From here you should be able to create some test data.

neon-webapp's People

Watchers

 avatar  avatar

neon-webapp's Issues

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.