See more features and details about the source code in ApartMe.
This repo is functionality complete — PRs and issues welcome!
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.
-
Clone the repository
git clone https://github.com/VMDang/ApartMe-ITSSJP1.git
-
Switch to the repo folder
cd ApartMe-ITSSJP1
-
Install all the dependencies using composer and npm
composer install npm install
-
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
-
Generate a new application key
php artisan key:generate
-
Run the database migrations (Set the database connection in .env before migrating)
php artisan migrate
-
Run database seeders
php artisan db:seed
-
Complie view resources
npm run build
-
Update view changes - Open 1st terminal and run
npm run dev
-
Start the local development server - Open 2nd terminal and run
php artisan serve
You can now access the server at http://localhost:8000
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
The Laravel framework is open-sourced software licensed under the MIT license.
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
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 |
Mail : [email protected]