Coder Social home page Coder Social logo

apartme-itssjp1's Introduction

Laravel Logo

Build Status Total Downloads Latest Stable Version License

ApartMe - Apartment Management

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 : [email protected]

apartme-itssjp1's People

Contributors

vmdang avatar khanhspm avatar hoantv197 avatar

Stargazers

Nguyen Van Nam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.