Skip to content

Project ITSS Japanese 20231 - Apartment management website

Notifications You must be signed in to change notification settings

VMDang/ApartMe-ITSSJP1

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

ApartMe - Apartment Management

Library management project with feature such as Security, Authencation, Authorization, CRUD user, book, category,... supporting procedures for borrowing and returning books.

See more features and details about the source code in ApartMe.

In this project, i used Vue3, Antd Vue 4.0, PHP 8.2, Laravel 10, MySQL

This repo is functionality complete — PRs and issues welcome!


Getting started

Installation

Please check the official laravel installation guide for server requirements before you start Laravel 10 Documentation. Necessary settings before starting as PHP >= 8.1, NodeJS, Composer, Apache2.

Alternative installation is possible without local dependencies relying on Docker.

  1. Clone the repository

     git clone https://github.com/VMDang/ApartMe-ITSSJP1.git
    
  2. Switch to the repo folder

     cd ApartMe-ITSSJP1
    
  3. Install all the dependencies using composer and npm

     composer install
     npm install
    
  4. Copy the example env file and make the required configuration changes in the .env file

     cp .env.example .env
    

Please contact me via Mail to know more about the content in the .env file

  1. Generate a new application key

     php artisan key:generate
    
  2. Run the database migrations (Set the database connection in .env before migrating)

     php artisan migrate
    
  3. Run database seeders

     php artisan db:seed
    
  4. Complie view resources

     npm run build
    
  5. Update view changes - Open 1st terminal and run

     npm run dev     
    
  6. Start the local development server - Open 2nd terminal and run

    php artisan serve
    

You can now access the server at http://localhost:8000

Database seeding

Populate the database with seed data with relationships which includes users, roles, category,... This can help you to quickly start testing the api or couple a frontend and start using it with ready content.

Run the database seeder and you're done

php artisan db:seed

Note : It's recommended to have a clean database before seeding. You can refresh your migrations at any point to clean the database by running the following command

php artisan migrate:refresh

License

The Laravel framework is open-sourced software licensed under the MIT license.


Developed team information

About project

The project is part of the ITSS Japanese 1 (IT3362) 木1 class curriculum The project is programmed by the Development Team (Team Dev - 開発チーム) at the request of the Project Owner Team (POT - POチーム) with the theme of apartment management. Team POT - ANH LIEM TEAM: Perform requirements analysis documents, function overviews, screen transition diagrams, database design, screens and create product backlog. Team Dev - SPMeチーム: Create sprint backlogs for 3 sprints, make progress reports at the end of the sprint. Detailed design document: Specification Document

About Team

The project programmed by my development team is SPMe in the ITSS Japanese 1 (IT3362) subject. Team in class 木1(143556)

Thanks to the whole team for helping me complete this project. It's an honor to be your leader.

This is member in SPMe Team

Name University Role Contact
Vu Minh Dang HUST Leader
Ta Van Hoan HUST SubLeader
Dao Kim Duong HUST Secretary
Nguyen Duy Khanh HUST Member
Mac Van Khanh HUST Member
Vuong Duy Long HUST Member

About me

Vu Minh Dang

Hanoi University of Science and Technology - HEDSPI- K65

Mail : dang.vm205063@sis.hust.edu.vn

About

Project ITSS Japanese 20231 - Apartment management website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published