[!WARNING] WIP: Project still not working properly
[!tip]
# make file ipm executable chmod +x ipm # run with flag --help to see available commands ./ipm --help
1. Clone this repo
git clone https://github.com/nhat-tien/IPM.git
2. Setup database connection
2.1. Manual
2.2. Or Docker Compose
docker-compose.yml
and fill out the needed information.docker compose up -d
2.3. Set up .Env in application
src/IPM.WebApi/appsettings.Example.json
to src/IPM.WebApi/appsettings.Development.json
3. Run migration
./ipm db:update
4. Build frontend
./ipm fe:build
5. Run development
./ipm be:run
API Documents
In url /docs
[!NOTE]
Work in progress