PowrLingo Server is the backend component of the PowrLingo application, responsible for handling user authentication, data storage, and serving API requests.
Before setting up the server, ensure you have the following prerequisites installed:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run the following command to install dependencies:
npm install
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
To start the development server, run:
npm run dev
The server will be accessible at http://localhost:3000.
We welcome contributions! If you want to contact me personally, you can reach me at raiyashpramod16@gmail.com