An open API service indexing awesome lists of open source software.

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

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.git

cd cbgs

npm install
npm run start - to spin up local webpack server

```