Skip to content

Vatsonio/SITE_by_The-Divass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Divass-Help
Node.js with MongoDB

Table of contents

Description

This website is a great resource that gives volunteers the opportunity to help people. It is built using various technologies that ensure its flexibility, reliability and intuitive interface.

Docker

Repo on docker

Getting Started

•Main Form:

•Registration Form:

Allows the user to register their account by filling their Email, Username, Password, telegram(for contact), role.

•Login Form:

If the user has been registered on the app, where you can login.

•User's Profile:

After the user logged in, a simple profile with the user's username password and role
displayed with a session Logout button.

•Request-help Form:

•Contact Form:

•About Form:

DataBase:

MongoDB MongoDB Atlas(Cloud) serves as our database. Three collections reside within this database:

  • "sessions"
  • "users"
  • "volonteerhelps"

Prerequisites

Tools required to successfully execute this application:

Install

npm install

## Database Connection Modify line 12 within ./server.js:

## Application Execution

node server.js

The server will start Running on

Help

If you are unable to install the libraries at the first attempt, try deleting the “node_modules” folder and the “package-lock.json” file.

After that, enter the command:

npm install

npm i

Authors

ex. @Vatsonio ex. @AdamSmasherr ex. @Dronchik09 ex. @W1nSoU ex. @bushchakkkkkky

Version History

  • 0.5
    • fix bugs
    • Add Hash pass using 'bcrypt'
    • Readme.md edited
  • 0.4
    • fix bugs
    • Edited ForgetPass page
    • Readme.md edited
  • 0.3
    • Added good code
    • Readme.md edited
  • 0.2
  • 0.1
    • Initial Release