Skip to content

RenovationIGuess/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.