Skip to content

This is the Backend of full stack MERN project VolunEase, a volunteer management website.

Notifications You must be signed in to change notification settings

snokeOver/volunease-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VolunEase

Proceed To Run On Your Local

  • Have A Local Version: Clone or download the latest commited version of this frontend for your local machine

  • Initiate Projects: use "npm install" to install all the necessary dependencies

  • Set Up The Environment Variables: Don't forget to set up the environment variables with your own credentials needed to run this projects. Most variable are defined in index.js file.

  • Find The Frontend: Clone or download the frontend from here: https://github.com/snokeOver/voluenease_frontend

Live Site URL

Cick here to go to the live website: https://voluneease.web.app/

Features and Characteristics

  • Search Functionality: Created APIs for search and pagination baseddata fetch.

  • Manage Post: User can have their flexibility to create and mupdate post. He/She can also request to be volunteer for others post.

  • Secure System: Users can interact with database with quthentication token.

  • Secure Data: All the data used in the website is securely stored in the database.

Packages Used

  • Express: Backend framework for building APIs and handling database

  • dotenv: Library for managing environment variables securely.

  • MongoDb: NoSQL database used for data storage.

  • jsonwebtoken: Tool for generating secure authentication tokens for authorization of user

  • cookie-parser: Parses cookies sent from the frontend for server-side processing.

About

This is the Backend of full stack MERN project VolunEase, a volunteer management website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages