Skip to content

Ajor-Saha/cs24-p2-Team_Nande

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running with Docker

To run docker file form cmd/bash run below command:

docker compose up

User Credentials for Testing

For testing purposes, you can use the following user credentials:

Server URLs

Running the Application Locally

To run the application locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Ajor-Saha/cs24-p2-Team_Nande.git

Open terminal and go to project directory by following command

cd cs24-p2-Team_Nande

To open project in vs code run below command:

code .

Now open two vs code integrated terminal using keyboard shortcut: ctrl+shift+ two times to open two vs-code integrated terminal

Now, on terminal-1: run following command serially. for backend

cd api
npm install
npm run dev

And on terminal-2: run following command serially. for frontend cd client

cd client
npm install  
npm run dev

Data Fetching Issue or Observing Operational Changes in Our App

If you encounter a data fetching issue or notice operational changes within our web app, please click the reload button located in the header section.

Video Demostration of Our App

Code Samurai Hackathon 2024 | EcoSync Web Project

Problem Statement Phase 2 of Hackathon

Phase 2 Problem Statement

Final round problem statement

Final Round

Presentation of this project

Presentation

Api Documentation of this project

ApiDocumentation

ER Diagram of this project

ER Diagram

Work Flow Diagram

Diagram

Releases

No releases published

Packages

No packages published

Languages