Skip to content

ECE444-2021Fall/project1-education-pathways-group-11-sigmalab

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Education Pathways Project

project_description
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

SigmaEducate is a course selection tool for University of Toronto students which supports creating and editing multiple profiles, fast and smooth course navigation, and boasts a modern and easy to use user interface

See SigmaEducate in Action!

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

To run the project, you will need Docker, please refer to this documentation on how to install Docker

Installation

The project is fully dockerized, meaning you won't need to install any prerequisite languages or frameworks.

  1. Clone the repo
    git clone [email protected]:ECE444-2021Fall/project1-education-pathways-group-11-sigmalab.git
  2. Navigate to the project's folder and run
    cd project1-education-pathways-group-11-sigmalab
    docker-compose up --build
  3. Open frontend or education_pathways folders in VS Code:
    code {folder_name}
  4. VS Code will notify you to re-open the folder in a dev container; if it doesn't, do the following:
    • Open the Command Pallete Cntl+Shift+P
    • Run Remote-Containers: Reopen In Container
  • To shutdown the app, run the following in the project's folder
    docker-compose down

VS Code Settings

Ensuring Prettier Works

In Visual studio code, ensure that the following settings are configured as follows:

  1. Editor: Default Formatter - Set this to "Prettier - Code Formatter"
  2. Editor: Format on Save - Enable this

Tools and Ports

  • React Frontend: http://localhost:3000/
    • React should auto-reload the page whenever you save a file
  • PostgreSQL: http://localhost:4000/
  • Adminer: http://localhost:4500/
    • Adminer is used to view the database tables and records
    • System: PostgreSQL
    • Server: database
    • Username: postgres
    • Password: postgres
  • Flask Backend: http://localhost:5000/
    • Whenever you want to rebuild, run docker-compose restart edu_pathways

Useful Script

  • To run a single service: docker-compose run --service-ports {service_name; ex: frontend} {command; ex: npm start}
  • To restart a service: docker-compose restart {service_name; ex: edu_pathways}
  • To get into the container docker exec -it frontend bash

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • [] Feature 1
  • [] Feature 2
  • [] Feature 3
    • [] Nested Feature

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Adel Aswad - [email protected]

Sam Weninger - @twitter_handle - email@email_client.com

Alex Senn - [email protected]

Youssef Chmait - @twitter_handle - email@email_client.com

Jay Bihola - @twitter_handle - [email protected]

Project Link: https://github.com/ECE444-2021Fall/project1-education-pathways-group-11-sigmalab

(back to top)

Acknowledgments

(back to top)

About

project1-education-pathways-group-11-sigmalab created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5