Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasimmhn/dogshop-backend
https://github.com/nasimmhn/dogshop-backend
mongodb mongoose node-js
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nasimmhn/dogshop-backend
- Owner: Nasimmhn
- Created: 2020-03-05T23:09:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:30:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T04:09:12.662Z (over 1 year ago)
- Topics: mongodb, mongoose, node-js
- Language: JavaScript
- Size: 832 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Final Project backend
As it was my final project at Technigo, I decided to wrap up everything I have learnt during the program and build one larger application. General idea of the project: Platform for buying, adopting and selling pets. You can search by category to find the perfect dog for you. For example youc an search for 'small' dog of the type 'toy' in a certain price range. Since this is just a demo, I'm using dummy-data for the dogs.
You have to be authorized before posting a dog - meaning you must create an account and login first. Frontend repo: https://github.com/Nasimmhn/dogshop-frontend### Technologies used 💻
### Backend:
* Express
* MongoDB
* Mongoose
* Mongo Atlas### Frontend:
* JavaScript ES6
* React.js
* React Hooks
* React Router
* Redux
* Styled components
* Material UI## View it live 🎯
* Frontend: https://dog-shop-by-nasim.netlify.com/
* API base URL: https://dog-shop-by-nasim.herokuapp.com/