Skip to content

patcont/filter-project-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filter Project Backend

This repository contains the backend of the Filter Project, a water filter maintenance application built with Node.js and Express.

Overview

The backend manages the application's data and provides an API for the frontend to interact with. It's built using Express, with SQLite3 for the database. CORS is implemented for handling cross-origin requests.

To get the full functionality of the application, you'll need to have the frontend running as well. The frontend can be found at this repository: Filter Project Frontend

How to Run

  1. Clone this repository to your local machine.
  2. In the project directory, install the necessary dependencies with npm install.
  3. Start the application with node app.js.
  4. The application will be served at localhost:5000, and the API can be accessed at localhost:5000/api.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published