[!WARNING] WIP: Project still not working properly
1. Clone this repo
git clone https://github.com/nhat-tien/IPM.git
[!tip]
# make file ipm executable chmod +x ipm # run with flag --help to see available commands ./ipm --help # Run this if you want to add it to PATH, # then you can run just by 'ipm', no need './ipm' ./ipm path:add
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