ST Admin is a Rails application designed to manage Accounting offices.
These instructions will help you set up and run the project on your local machine for development and testing purposes.
- Docker
- Docker Compose
- Rails ~ 7.0
- ruby ~ 3.2
- Clone the repository:
git clone https://github.com/radekzawada/tax-admin
cd tax-admin- Build and start the Docker containers:
docker-compose up --build- Setup the database:
rake db:create
rake db:migrate
rake db:seedTo start the Rails server, run:
docker-compose up -d && rails sThe application will be available at http://localhost:3000.
To run the test suite, use:
rspec spec- Ruby version: Check the
.ruby-versionfile. - System dependencies: Listed in the
Gemfile. - Configuration: Environment variables are managed using
dotenv. - Database creation: See the setup section above.
- Database initialization: See the setup section above.
- Services: The application uses PostgreSQL as the database.
- Deployment instructions: TBD
Project management: Trello board.