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 clientyarn run devorbun run dev
rails generate migration <AnyName>to generate a new migration filerails db:migrateto migrate to the databaserails db:migrate:resetto reset the database (remove's data in database)
© 2024 leafstudiosDot & other Roomital contributors