Skip to content

This is a backend for KoPintar application. This backend is built using Express.JS and PostgreSQL.

Notifications You must be signed in to change notification settings

KoPintar/backend

Repository files navigation

Backend For KoPintar Application

This is a backend for KoPintar application. This backend is built using Express.JS and PostgreSQL. This backend is used to handle all the requests from the frontend and interact with the database.

Features

  1. User Authentication (Register, Login, Forgot Password)
  2. Coffee Plant Disease Classification Based on Leaves and Coffee Beans
  3. Profile Roasting Classification
  4. Predictions History

Installation

  1. Clone this repository
git clone https://github.com/KoPintar/backend.git
  1. Install all the dependencies
npm install
  1. Copy the .env.example file and rename it to .env
cp .env.example .env
  1. Fill the .env file with your environment configuration

  2. Run the server

npm run dev

Running on Production

  1. Build the project
npm run build
  1. Run the server
npm run start

API Documentation

You can see the API documentation here

About

This is a backend for KoPintar application. This backend is built using Express.JS and PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published