Skip to content

Its a language learning app. Using React, Material UI and Node js.

Notifications You must be signed in to change notification settings

sristhilamichhane/multilingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

MULTILINGO Setup Guide

MULTILINGO is a language learning application with separate backend and frontend components. Follow the steps below to set up the backend and frontend.

Backend Setup

Prerequisites

Installation

  1. Install pnpm using PowerShell:

    iwr https://get.pnpm.io/install.ps1 -useb | iex
  2. Navigate to the backend folder:

    cd backend
  3. Install project dependencies:

    pnpm install
  4. Apply database migrations:

    pnpm prisma db push

Running the Backend

  1. Start the backend server:

    node index.js

Frontend Setup

Prerequisites

Installation

  1. Install project dependencies. From the project root, navigate to the frontend folder:

    cd frontend
  2. Install dependencies using Yarn:

    yarn

Running the Frontend

  1. Start the development server:

    yarn dev

Enjoy learning languages with MULTILINGO!

About

Its a language learning app. Using React, Material UI and Node js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages