Skip to content

osemeabulu/COMP-4350--Group-8

 
 

Repository files navigation

CRIS - Course Review Information System

A Flask application that works on Amazon Elastic Beanstalk. This is the basic code so far for running an app on AWS EB.

Things you will need:

Quickstart

  1. Install the 'eb' tool.
  2. Git clone this repository.
  3. Run 'eb init' in the repository, and answer the questions, providing your API Key, etc.
  4. Run 'eb start' in the repository, and wait for it to complete.
  5. Run 'git aws.push' in the repository.
  6. Run 'eb status' in the repository, and wait for it to return 'Green' status.
  7. Browse to the URL reported by 'eb status', and be amazed at your autoscaling, crazy, cloud-based application!

For More Detailed Instructions

For more detailed information, and a step by step walkthrough of each command, etc., check out Adam Crosby's blog post!.

To Do:

  • Get sqlite working for storing reviews (username, course, instructor, time, review)
  • Setup bootstrap and web page to get user input.

Reminder:

  • Remember to always 'git add --all' and 'git commit' after any changes.
  • Before pushing your code to the server with 'git push' ensure that it works with the latest changes by using 'git pull'.

About

Our COMP 4350 Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published