Skip to content

habasefa/tts-api

 
 

Repository files navigation

Temaribet-API

Overview

This repository hosts the backend for Temaribet,a professional tutoring platform based in Addis Ababa, Ethiopia. Temaribet connects parents and students with highly qualified tutors, making personalized learning accessible, efficient, and stress-free for busy parents, ensuring academic success for children.

Tech Stack


Project Structure

├── config/             # Configuration files for the application.
├── lib/                # Library files and utilities.
├── middlewares/        # Middleware functions for request handling.
├── prisma/             # Prisma ORM setup and migrations.
├── routes/             # Route handlers for different endpoints.
├── utils/              # Utility functions and helpers.
├── server.js           # Entry point of the application.
└── README.md           # Documentation.

Architecture Diagram

flowchart TD
    Client_UI -->|HTTP Requests| Express_Backend
    Express_Backend -->|ORM| Prisma_ORM
    Prisma_ORM -->|Database Operations| MongoDB_Database
    MongoDB_Database -->|Responses| Prisma_ORM
    Prisma_ORM -->|Responses| Express_Backend
    Express_Backend -->|HTTP Responses| Client_UI
Loading

Setup Instructions

Prerequisites

  • Install Node.js (v18.x or later recommended).
  • Install npm.

Steps

  1. Clone the repository:

    git clone https://github.com/habasefa/tts-api.git
  2. Navigate to the project directory:

    cd tts-api
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev
  5. Access the application: The application will be accessible at http://localhost:4000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%