Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raiyashpramod/powrlingo-server-
https://github.com/raiyashpramod/powrlingo-server-
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raiyashpramod/powrlingo-server-
- Owner: RaiYashPramod
- Created: 2023-09-26T22:28:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T17:20:01.000Z (7 months ago)
- Last Synced: 2024-04-28T18:28:36.415Z (7 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowrLingo Server
## Table of Contents
- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Contributing](#contributing)## 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:
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/)## Installation
1. Clone this repository to your local machine.
2. Navigate to the project directory.
3. Run the following command to install dependencies:
```bash
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:
```bash
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 [email protected]