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