Skip to content

Commit 6c9ddd0

Browse files
authored
Update README.md
1 parent 50b5de1 commit 6c9ddd0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Rabbit and Pet Adoption Site
22

3-
Designed as a sleek, simple pet adoption site that can be easily updated by client
3+
Designed as a sleek, simple pet adoption site that can be easily updated by client. An API that follows the REST principles, utilizing standard HTTP methods like GET, POST, PUT, and DELETE to manage resources.
44

55
**Link to project:** private
66

77
<img src="https://i.ibb.co/VpGk8Kp/Screenshot-2024-02-05-180046.png" alt="Beautiful Bunny to Adopt" width="35%">
88

99
## How It's Made:
1010

11-
**Tech used:** HTML, CSS, JavaScript, node, express, render
11+
**Tech used:** HTML, CSS, JavaScript, Node.js, Express, Render, MongoDB
1212

13-
Allows client to locally update pet adoption database.
13+
Allows client to locally update pet adoption database. Utilizes MongoDB to create a RESTful API. The UI allows for a simple form submission (that can only be accessed by the moderator) to update the database. Designed for ease of use and maintainability without requiring a sustained developer.
1414

1515
## Optimizations
1616

17-
Many many things
17+
User Interface could have some stylistic improvements for a sleekier feel. Responsive design could be added for improved performance on mobile devices.
1818

19-
## Lessons Learned:
2019

21-
We will see

0 commit comments

Comments
 (0)