Skip to content

geriley/cooper-pantry

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cooper Pantry

Cooper Pantry is an open source pantry inventory management and community outreach platform.

Getting Started

  1. Clone Repository
  2. Run npm install to install dependencies
  3. Create a .env file based upon .env.example in the project root

Run UI

Run npm run start:pantry to run Cooper Pantry with on a local dev server. Navigate to http://localhost:4200. The app will automatically reload if you change any of the source files.

Run API

Run npm run start:dev to start the NestJS server. Navigate to http://localhost:333/api to view swagger documentation.

Build

Run ng run build:prod to build the UI and API. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published