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.
Repo on docker
Allows the user to register their account by filling their Email, Username, Password, telegram(for contact), role.
If the user has been registered on the app, where you can login.
After the user logged in, a simple profile with the user's username password and role
displayed with a session Logout button.
MongoDB MongoDB Atlas(Cloud) serves as our database. Three collections reside within this database:
- "sessions"
- "users"
- "volonteerhelps"
Tools required to successfully execute this application:
- Node.js: https://nodejs.org/en/
- Node Package Manager: https://www.npmjs.com/get-npm
- MongoDB (Atlas): https://www.mongodb.com/cloud/atlas
npm install
## Database Connection
Modify line 12 within ./server.js
:
## Application Execution
node server.js
The server will start Running on
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
ex. @Vatsonio ex. @AdamSmasherr ex. @Dronchik09 ex. @W1nSoU ex. @bushchakkkkkky
- 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
- Added Start code
- See commit change or See release history
- 0.1
- Initial Release