PROJECT TATUA - https://tdx-six.vercel.app/
This project is an Interactive Learning Modules application designed to provide engaging educational content through quizzes, flashcards, and other interactive activities. It is built using Next.js for the frontend.
-
Josiah Nganga
Email: devs.josia@gmail.com
Phone: +254736972910 -
David Lekopien
Email: mavericklekopien@gmail.com
Phone: +254757345407
Before running the project, ensure you have the following installed on your machine:
- Node.js (version 14 or higher)
- npm (Node Package Manager)
You can check your installed versions by running:
node -v
npm -v
## Installation
### Frontend Setup
1. **Clone the Repository**
First, clone the repository to your local machine using the following command:
```bash
git clone <repository-url>
cd <frontend-directory>
npm install
### Backend Setup
Navigate to the Backend Project Directory
Change into the backend project directory:
cd <backend-directory>
2.npm install
3.MONGO_URI=mongodb://localhost:27017/your-database
JWT_SECRET=your-jwt-secret
PORT=5000