Skip to content

MiguelEmmara-ai/status-posting-system

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Assignment01-Comp721

Overview The aim of this assignment is to create a diary system for a social networking site. This system will allow users to post their status and save it to a database table. These posted status details can also be retrieved using text matching and all matched status reports can be viewed in the order they are posted.

For This Version I Use Laravel Web Framework

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Getting Started

git clone https://github.com/MiguelEmmara-ai/status-posting-system.git status-posting-system
cd status-posting-system
cp .env.example .env
composer install OR composer update
php artisan key:generate
nano .env << Configure .env

After opning your .env file, change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.

Then we can run

php artisan migrate:fresh
php artisan serve

Demo

status-posting-system.miguelemmara.me

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • HTML
  • CSS
  • Bootstrap
  • Laravel

(back to top)

Software Architecture

Laravel framework app deployed serverless on aws using bref.sh
Screenshot 1

(back to top)

Screenshots

Screenshot 1

License

Copyright 2022. Code released under the MIT license.

Releases

No releases published

Packages

No packages published

Languages