Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rosendo-martinez/pet-inventory

A fullstack website with all the CRUD operations. [Node, Express, MongoDB, Bootstrap, Pug]
https://github.com/rosendo-martinez/pet-inventory

bootstrap expressjs mongodb pug

Last synced: 9 days ago
JSON representation

A fullstack website with all the CRUD operations. [Node, Express, MongoDB, Bootstrap, Pug]

Awesome Lists containing this project

README

        

# Pet Shelter Inventory

A website for a fake pet shelter where they can inventory their pets.

*It is a fullstack website with all the CRUD operations.*

**Live demo [link](https://evening-depths-42153-e2ec182cd86e.herokuapp.com/inventory)**. 👈

### Technology Used
- Express
- Pug
- Bootstrap
- Mongoose (MongoDB)
- Heroku
- JavaScript

# Screenshots

![Screenshot](readme-images/sc1.png)

![Screenshot](readme-images/sc2.png)

![Screenshot](readme-images/sc3.png)

# Commands
To start up the local development server: `npm start`

For heroku to start up the app: `npm run startHeroku`