PetSharing helps find pets and pet lovers close to you. Find a new friend or share your pet with locals when you need it. This web application implements CRUD functionality for pets and also for users.
- Express.js
- Handelbars
- MongoDB
- JavaScript
- HTML
- CSS
- Dog API
To get and run a local copy of this project follow the instructions below.
- Clone the repo
git clone https://github.com/FreiburgDevTeam/crud-project.git
- Install NPM packages
npm install
- Run the project locally
npm start