Skip to content

cc26-project-plants/cc26-senior-project-backend

Repository files navigation

CC26 Senior Project - Project Plant

Happa 🌿
Happa is an application designed for those who love plants.

This repository is for the backend of this project.
You can find more details here.

Built With

Getting Started: Backend

  1. set up GCP Firestore database and include credentials in your local environment variables
  2. clone this repository
$ git clone https://github.com/cc26-project-plants/cc26-senior-project-backend.git
  1. move to the root directory
$ cd cc26-senior-project-backend
  1. download dependencies
$ npm install
  1. run the server
# development
$ npm start

# nodemon mode
$ npm run server

Project Structure

Architecture

Architecture

Tech Stack

Tech Stack