PowrLingo Server

Table of Contents

Introduction

PowrLingo Server is the backend component of the PowrLingo application, responsible for handling user authentication, data storage, and serving API requests.

Prerequisites

Before setting up the server, ensure you have the following prerequisites installed:

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Run the following command to install dependencies:
    npm install
    
    

Configuration

Create a .env file in the project root directory with the following variables:

PORT=3000 MONGO_URI=YOUR_MONGODB_URI JWT_SECRET=YOUR_JWT_SECRET

Usage

To start the development server, run:

npm run dev

The server will be accessible at http://localhost:3000.

Contributing

We welcome contributions! If you want to contact me personally, you can reach me at raiyashpramod16@gmail.com