Giter VIP home page Giter VIP logo

jiseti's Introduction

JISETI

Description

Jiseti is an report management system that allows users to bring any form of corruption to authorities and general public.

Tools

The following were the tools used to build this application:

  • React
  • Rails
  • Ruby
  • MySql

Getting Started

In order for you to use the content on this repo ensure you have the following:

  • A computer that runs on either of the following; (Windows 7+, Linux, Mac OS)
  • Ruby 2.7.2+

Installation

To use this repo on your machine requires some simple steps

Alternative One

  • Open a terminal / command line interface on your computer

  • Clone the repo by using the following:

      https://github.com/OyakiMasu/Jiseti
    
  • Be patient as it creates a copy on your local machine for you.

  • Change directory to the repo folder:

      cd Jiseti
    
  • (Optional) Open it in Visual Studio Code

      code .
    
  • (Alternate Option) Open it in any editor of your choice.

Alternative Two

  • On the top right corner of this page there is a button labelled Fork.

  • Click on that button to fork the repo to your own account.

  • Take on the process in Alternative One above.

  • Remember to replace your username when cloning.

      git clone https://github.com/your-username-here/Clarks.git
    

Alternative Three

  • click the link to visit site

    deployed link goes here
    

Running the application

Running the application is very straight forward. You can use the following steps to run the app.

  • Install required dependencies from rubygems

    bundle install
    
  • Run the server

    rails s
    
  • Check the API endpoints available

    rails s
    

Authors

This project was contributed to by:

License

The project is licensed under MIT

jiseti's People

Contributors

oyakimasu avatar dancun616 avatar

Watchers

 avatar

jiseti's Issues

Add the required validations

ENUMS

  • Red-Flag-Records status( Under investigation, Rejected, Resolved )
  • Intervention-Records status( Under investigation, Rejected, Resolved )
  • User user-type(User, Admin)

Create the Db tables

User -

  • username
  • email
  • password
  • user-type

Red-Flag-Records -

  • user-id
  • title
  • description
  • latitude
  • longitude
  • status

Intervention-Records -

  • user-id
  • title
  • description
  • latitude
  • longitude
  • status

Add the CRUD methods endpoints

Red-Flag Records

  • POST (X3)
  • PATCH/PUT (X2)
  • DELETE (X1)
  • GET (X2)

Intervention Records

  • POST (X3)
  • PATCH/PUT (X3)
  • DELETE (X1)
  • GET (X2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.