Skip to content

Web application for Network Structures & Cloud Computing (CSYE 6225) course by Deepansh Sachdeva (NUID 001399788)

Notifications You must be signed in to change notification settings

sachdevade-fall2020/webapp

Repository files navigation

Deploy Workflow

CSYE6225 Web Application

Web application built using Laravel for Network Structures and Cloud Computing (CSYE6225) course in Fall 2020.

Prequisites

  • PHP 7.2+
  • PHP extensions: BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer, XML
  • MySQL 5.6+

Setup

  1. Clone the repository.

  2. Use composer to install dependencies.

composer install
  1. Create .env using .env.example file.
cp .env.example .env
  1. Generate application key.
php artisan key:generate
  1. Edit .env to configure database details.
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
  1. Run migrations.
php artisan migrate
  1. Run local server (optional).

This command will start a development server at http://localhost:8000

php artisan serve

Note: You may need to configure some permissions. Directories within the storage and the bootstrap/cache directories should be writable by your web server or application will not run

Tests

Unit & feature tests can be executed using the following command from your project directory:

./vendor/bin/phpunit

Author

Deepansh Sachdeva (NUID 001399788)

About

Web application for Network Structures & Cloud Computing (CSYE 6225) course by Deepansh Sachdeva (NUID 001399788)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published