Skip to content

University and professor rating webapp inspired by rotten tomatoes

License

Notifications You must be signed in to change notification settings

Intellivisionn/MoldyCampus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

MoldyCampus

MoldyCampus is a university and professor rating webapp inspired by Rotten Tomatoes. This project is being developed as part of the "Web Technologies" course, with hopes to turn it into a startup.

Table of Contents

Introduction

MoldyCampus aims to provide students with a platform to rate and review universities and professors. Our goal is to help students make informed decisions about their education by providing transparent and reliable reviews.

Technologies

  • Framework: Laravel
  • Database: PostgreSQL
  • Starter Kit: Laravel Breeze

Installation

To get a local copy up and running, follow these steps:

  1. Edit shC:\PHP\php.ini file, and remove ; from these lines:

    ;extension=zip
    ;extension=pdo_pgsql
  2. Clone the repository:

    git clone https://github.com/Intellivisionn/MoldyCampus
    cd moldycampus/laravel
  3. Install dependencies:

    composer install
  4. Set up environment variables: Copy the .env.example file to .env and update the necessary environment variables, especially the database configuration. Edit /laravel/config/database.db to the confirguration For current database configuration, ask @svenons

  5. Generate application key:

    php artisan key:generate
  6. Run database migrations: IF NECESSARY

    php artisan migrate:fresh
  7. Run asset migrations:

    npm run build
  8. Serve the application:

    php artisan serve

Usage

Once the application is up and running, you can access it at http://localhost:8000.

License

This project is licensed under the No Use License. See the LICENSE file for details.

About

University and professor rating webapp inspired by rotten tomatoes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published