Skip to content

Bappa-Kamba/credly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credly

This repository contains both the frontend and backend for the Credential Verification System. The app allows users to verify educational credentials, such as WAEC and NECO certificates, through the backend API. The backend integrates with external services to validate the authenticity of these certificates, while the frontend provides a user-friendly interface for entering document details and viewing verification results. The system streamlines the verification process, ensuring accurate and efficient validation of documents.

Table of Contents

Project Overview

This project consists of two parts:

  1. Backend: A Flask-based API to handle document verification and process requests.
  2. Frontend: A React-based UI for interacting with the verification system.

Directory Structure

/credly | ├── backend/ | ├── app.py │ ├── requirements.txt │ └── README.md └── frontend/ | ├── src/ ├── package.json └── README.md └── README.md

Installation

Backend Installation

  1. Navigate to the backend directory:

    cd backend
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the main file:

    python app.py

Frontend Installation

  1. Navigate to the frontend directory:

    cd frontend
  2. Install the required dependencies:

    npm install

Running the Project

Ensure both the frontend and backend are set up as described above.

Running the Backend

  1. Start the backend server:

    cd backend
    python app.py

The backend will be available at http://127.0.0.1:5000.

Running the Frontend

  1. Start the frontend server in another terminal:

    cd frontend
    npm start

The frontend will be available at http://localhost:3000.

  1. Once both servers are running, you can interact with the frontend, which will make API calls to the backend.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published