Skip to content
/ ReM Public
forked from RenovationIGuess/ReM

👨‍👩‍👦Resident Management Web

License

Notifications You must be signed in to change notification settings

Thdeathz/ReM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactAntdlaravel

What is ReM ?

A resident management web application for HUST Software Engineering Courses

Table of Contents

System requirements

  • Docker >= 20.10
  • Docker compose plugin

Setup and Configuration

To get a local copy of the project up and running, follow these steps:

  1. Start docker container:
make devup

This will create a .env file in the root directory. You can configure environment variables in this file according to your needs.

  1. Install dependencies:
make devinstall
  1. Migrate and seed dummy data
make devmigrate
make devfresh

Usage

To start the application locally, use the following command:

make devup
make devrun

The application will be accessible at:

Stop application:

make devdown

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.2%
  • PHP 42.6%
  • Blade 5.4%
  • Makefile 0.4%
  • JavaScript 0.2%
  • CSS 0.1%
  • Other 0.1%