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

https://github.com/principlebrothers/stakeconnect

A school management mobile and web application that keeps track of student's attendance, and homework, and helps both parents and students obtain access to school-shared documents, attachments, and events.
https://github.com/principlebrothers/stakeconnect

api cancancan devise-jwt postgresql-database ruby ruby-on-rails rubygem swagger

Last synced: 4 months ago
JSON representation

A school management mobile and web application that keeps track of student's attendance, and homework, and helps both parents and students obtain access to school-shared documents, attachments, and events.

Awesome Lists containing this project

README

          



logo

Microverse README Template

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [πŸ“ License](#license)

# πŸ“– SCHOOL MANAGEMENT SYSTEM

**StakeConnect API** is an API designed access a school's entire activities.The database designed is based on this schema ![Schema coming soon ...](https://)

## πŸ›  Built With

### Tech Stack

> [Ruby on Rails](https://guides.rubyonrails.org/) (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing.

Server

Database

### Key Features

> Describe between 1-3 key features of the application.

- **Register student**
- **Parent access**
- **View activities update**

(back to top)

## API-Documentain

- [Link To Documentation coming soon ...](https://)

## πŸš€ Live Demo

- [Live Demo Link Coming soon...](https://)

## Front-end Repository

[Front-end Repo coming soon ...](https://)

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md#toolsonunixbasedsystems)
- [Ruby and Rails on you operating system eg. for Ubuntu 20.04](https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-20-04)
- [Node.js](https://nodejs.dev/en/) installed
- [PostgreSQL](https://www.postgresql.org/) database installed

**Note:** It is recommended you use the latest version of Ruby[3.2.1] and Rails[7.0]

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone git@github.com:principlebrothers/Stakeconnect.git

```
### Install

Install this project with:

```sh
cd Stakeconnect

bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
bin/rails rspec spec
```

### Deployment

You can deploy this project using:

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ernest Anyewe Adonu**

- GitHub: [@principlebrothers](https://github.com/principlebrothers)
- Twitter: [@adonu_ernest](https://twitter.com/adonu_ernest)
- LinkedIn: [Ernest Anyewe Adonu](www.linkedin.com/in/ernest-anyewe-adonu)

(back to top)

## πŸ”­ Future Features

- [x] **API_Token**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/principlebrothers/Stakeconnect/issues/new)).

(back to top)

## ⭐️ Show your support

If you like this project, kindly give it a ⭐️

(back to top)

## πŸ™ Acknowledgments

The [design](https://www.behance.net/gallery/146523053/School-Management-Application?tracking_source=project_owner_other_projects&) was provided by [Pavithran. N](https://www.behance.net/n_pavithran) on Behance.

(back to top)

## ❓ FAQ (OPTIONAL)

- **Is Rails still relevant?**

- [Yes, Rails is still popular among developer](https://blog.railwaymen.org/is-ruby-on-rails-dead)

- **Is it easy to learn Ruby on Rails**

- [It is very easy to learn compared to most of the programming languages](https://careerkarma.com/blog/why-learn-ruby-on-rails/)

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)