Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 941 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 941 Bytes

Bucket List Bodies - Backend Server

A Node.js & GraphQL powered eCommerce website.

Tech Stack

  • Stripe payment processing
  • MongoDB cloud database (Mongoose)
  • Apollo Graphql
  • Node
  • Typescript
  • Digital Ocean & Ubuntu 20

Installation

The backend requires Node.js v10+ to run.

Fill out the enviornmental variables using the .env.template

SERVER_PORT = Defaults to 4001
MONGODB = Your MongoDB API Key
STRIPE_SECRET_KEY = Stripe access key (can be test or production)

CLOUDINARY_CLOUD_NAME = Used for uploading photos for products
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET

Install the dependencies and devDependencies and start the server.

cd bucketlistbodies_backend
npm i
npm run dev

Docker

All builds are pushed to docker hub using github actions. https://hub.docker.com/repository/docker/frozies/bucket_list_bodies_backend

License

GNU GPLv3 https://www.gnu.org/licenses/