Skip to content

nafisazizir/peopl-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Repository for Poepl App

This repository contains the backend code for the Poepl app, an ultimate online discussion forum for youth empowerment‼️ We provide a safe and supportive space for healthy discussions and skill growth. The backend is built using Node.js, Express.js, and MongoDB, providing RESTful APIs to handle user authentication, community management, post creation, commenting, and more.

Prerequisites

Before setting up the backend, make sure you have the following installed on your machine:

Getting Started

To set up the backend locally on your machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/nafisazizir/peopl-backend.git
  1. Install the dependencies:
cd poepl-backend
npm install
  1. Configure the environment variables:
    • Create a .env file in the root directory.
    • Add the necessary environment variables DB_URL, TOKEN_KEY
  2. Make sure that MongoDB is running on your machine
  3. Start the development server:
npm run start

About

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors