https://github.com/yannickzahinda/cbgs
Rails fullstack website hadling admin and user path for school management. Handle the students, teachers, events, messages and admin interface
https://github.com/yannickzahinda/cbgs
Last synced: about 2 months ago
JSON representation
Rails fullstack website hadling admin and user path for school management. Handle the students, teachers, events, messages and admin interface
- Host: GitHub
- URL: https://github.com/yannickzahinda/cbgs
- Owner: YannickZahinda
- Created: 2023-03-29T22:05:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T21:48:57.000Z (3 months ago)
- Last Synced: 2025-03-05T22:33:30.850Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Congolese British Grammar School
`Developed a school management application with an admin dashboard for managing students, teachers, parents, events, and user messages. Demonstrates proficiency in building efficient and user-friendly web applications tailored to specific business needs.`
# Language
Ruby, JavaScript
## Framework
Ruby on Rails, ReactJs## Run
> To run the above project :
> Run the following commands on your terminal of choice```
git clone : https://github.com/YannickZahinda/cbgs.gitcd cbgs
npm install
npm run start - to spin up local webpack server
```