An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




logo doguito petshop




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.



License MIT


demo-web
error-demo-web


## 🚀 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