Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evelinalvarado/petshop-project-crud-js-async
https://github.com/evelinalvarado/petshop-project-crud-js-async
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evelinalvarado/petshop-project-crud-js-async
- Owner: EvelinAlvarado
- Created: 2024-01-24T21:09:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T15:57:51.000Z (5 months ago)
- Last Synced: 2024-06-28T17:24:04.097Z (5 months ago)
- Language: HTML
- Homepage: https://petshop-project-crud-js-async.vercel.app
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Petshop CRUD Project
## Description
This project is a simple CRUD (Create, Read, Update, Delete) application for managing client profiles in a pet shop. The main goal was to learn how to use CRUD operations, interact with a RESTful API using `fetch`, and handle asynchronous operations with `async`/`await` and `try-catch` blocks.
## Key Features
- **Create, Read, Update, and Delete client profiles**
- **Handle asynchronous operations with `fetch` API**
- **Use of `async`/`await` for cleaner code**## Screenshots
## Additional Information
- This project is part of the JavaScript course from freeCodeCamp.
- Developed by Evelin Alvarado.
- Find me on [GitHub](https://github.com/EvelinAlvarado) and [LinkedIn](https://www.linkedin.com/in/evelinalvarado/).Check out the live project: [Petshop CRUD Project](https://petshop-project-crud-js-async.vercel.app/)
The link for the [JSON server used from Vercel](https://jsonserver-petshop-project-crud-js-async.vercel.app/)### Note
If you encounter any issues with the live deployment, you can clone the repository and run it locally. Use the following command to set up a local server:
```bash
git clone https://github.com/EvelinAlvarado/petshop-project-crud-js-async.git
cd petshop-project-crud-js-async
json-server --watch ./db.json --port=3000