8000 GitHub - KolojE/FYP_Backend: This repository is for the FYP of Multimedia University. EchoWatch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository is for the FYP of Multimedia University. EchoWatch

Notifications You must be signed in to change notification settings

KolojE/FYP_Backend

Repository files navigation

Environmental Reporting System

This repository contains the backend codebase for my Final Year Project, an Environmental Reporting System. This system is designed to facilitate the collection, management, and visualization of environmental data. It leverages the MERN stack (MongoDB, Express.js, React Native, and Node.js) to ensure robust performance and scalability.

Click Here for Frontend Repo

Table of Contents

Overview

The purpose of this project is to create an automated reporting system that aims to help in managing the environmental incidents reporting system for the public and environmental incidents documenting system for organizations.

Features

  • User authentication and authorization.
  • Data visualization.
  • Report the environmental incident.
  • Track submitted report status.
  • Update system setting.
  • Report form customization.
  • Review incident report.
  • Incident report analysis.
  • Generate summary report.
  • In-app chat.

Technologies/Libraries Used

Getting Started

Setting Up the Backend

You can choose to set up the backend in one of two ways:

Option 1: Using Docker

If you prefer using Docker for containerized development, follow these steps: install docker and docker-compose then in console:

docker-composer up

Option 2: Local Setup

If you'd like to set up the backend locally, follow these steps: install mongo or use mongo atlas and change the database url in .env

e.g. With mongo atlas

DB_CONN_STRING="mongodb+srv://[username:password@]host[/[defaultauthdb][?options]]"

Install Dependencies

npm install

Compile Typescript and Run The Development Server

npm run dev

Database Schema

alt text

About

This repository is for the FYP of Multimedia University. EchoWatch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0