Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 1.96 KB

README.md

File metadata and controls

82 lines (56 loc) · 1.96 KB

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.