Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/rosendo-martinez/pet-inventory
- Owner: Rosendo-Martinez
- Created: 2024-04-03T23:15:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T23:35:59.000Z (8 months ago)
- Last Synced: 2024-10-18T01:23:43.923Z (28 days ago)
- Topics: bootstrap, expressjs, mongodb, pug
- Language: JavaScript
- Homepage: https://evening-depths-42153-e2ec182cd86e.herokuapp.com/inventory
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`