Skip to content

Express REST API service for the Shoppie shopping list app

Notifications You must be signed in to change notification settings

TarCode/shoppie-service

Repository files navigation

example workflow code style: prettier

Shoppie REST API service

REST API service for the Shoppie shopping list app. Includes eslint and prettier for linting/code formatting, nodemon for automatic server restarting, and Jest for testing.

Getting Started

Install dependencies

npm install

Running in development

npm run dev

Running in production

npm start

Runs on localhost:8080 by default but can be configured using the PORT environment variable. You should also be running a MongoDB server either locally or with Docker and the environment variable MONGO_URI should be set in a .env file or in your console environment

Running tests

npm test

# Watch repo
npm run test:watch

Linting

npm run lint

# fix issues
npm run lint:fix

About

Express REST API service for the Shoppie shopping list app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published