Skip to content

Ashish-21/GarbageReportingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GarbageReportingApp

A garbage reporting application, where a user can login and report garbage near his/her locality by clicking a picture and adding details. He / She then can mark the complaint as resolved once it is attended.

Installation

clone git : https://github.com/Ashish-21/GarbageReportingApp.git

npm install
nodemon run start

Configuration Changes(If required)

"For Connection URL for Mongo DB"

go to .env file

CONNECTION_URL=YOUR_CONNECTION_URL

"For Change Port Number

go to .env file

SERVER_PORT_NUMBER=REQUIRED PORT NUMBER

USAGE

Use postman for sending HTTP request

example : To create user HTTP POST REQUEST: http://localhost:9000/userHandler/register

Content-Type: application/json

{ "username":"xyz", "password":"xyz@123", "emailId":"xyz@gmail.com" }

*request.rest file containes all http request

Project Work

Designed a Backend for Garbage Reporting Application

Technologies Used

Node.js(Express)

MongoDB

Support

emailId : ashishchandwani21@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published