A work in progress self-hosted open source learning management system for schools
The application uses Ruby on Rails as the backend and React as the frontend. To run the application in development, you need to have Ruby, Node.js, and PostgreSQL installed on your machine or you can use Docker without the ease of installation.
rails s
- The server will run on
localhost:5001
cd client
yarn run dev
orbun run dev
rails generate migration <AnyName>
to generate a new migration filerails db:migrate
to migrate to the databaserails db:migrate:reset
to reset the database (remove's data in database)
© 2024 leafstudiosDot & other Roomital contributors