https://github.com/merieli/alura-crudcomjavascriptassincrono
https://github.com/merieli/alura-crudcomjavascriptassincrono
html-css javascript promise promise-api
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/merieli/alura-crudcomjavascriptassincrono
- Owner: Merieli
- Created: 2022-01-14T10:53:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T17:32:56.000Z (over 4 years ago)
- Last Synced: 2025-01-13T19:51:51.836Z (over 1 year ago)
- Topics: html-css, javascript, promise, promise-api
- Language: HTML
- Homepage:
- Size: 352 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Doguito Petshop - Customer Table
This project was developed in the course of "JS na web: CRUD com JavaScript assíncrono" of Alura finished in January 23, 2022. In this application, the methods to Create, Read, Update and Delete data from the customer table were defined.
## 🚀 Technologies
- 
**HTML e CSS**
-
**JavaScript**
- JSON Server (Javascript Fake full Rest API)
## ℹ️ How To Use
To clone and run this application, you'll need Git, Node.js and Json Server.
From your command line:
```
# Start the Use
# Install the dependencies
$ npm install
# Start the server
# 1° Open paste admin in vscode
$ cd projeto_inicial/admin/
# 2° Run Json Server using locally with npx
$ npx json-server --watch db.json
# 2° Or Run Json Server installing globally
$ npm install -g json-server
$ json-server --watch db.json
# Due to the use of modules having the Live Server extension in VS Code to run the web page
# Open the desired page by clicking "Open with Live Server"
# Or use "browser-sync"
# Ready to use and test!
```
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](https://opensource.org/licenses/MIT) page for details.
-------------------------------------
Made with ♥ by Merieli Manzano