Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcomte23/crud_json_server
Basic CRUD created with html, css and js but with json server for simulate a fake database
https://github.com/jcomte23/crud_json_server
Last synced: about 1 month ago
JSON representation
Basic CRUD created with html, css and js but with json server for simulate a fake database
- Host: GitHub
- URL: https://github.com/jcomte23/crud_json_server
- Owner: jcomte23
- License: mit
- Created: 2024-01-25T15:39:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T02:03:44.000Z (11 months ago)
- Last Synced: 2024-02-03T03:21:06.661Z (11 months ago)
- Language: JavaScript
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CRUD JSON SERVER
Basic CRUD created with html, css and js but with json server for simulate a fake database
## Getting Started
1. **Clone the Repository:**
```bash
git clone https://github.com/jcomte23/crud_json_server.git
```
Clone the repository, preferably via SSH security keys or there is also the HTTPS method.2. **Navigate to Project Directory:**
```bash
cd crud_json_server
```3. **Download the Project libraries:**
```bash
npm install
```4. **Run the json server:**
```bash
npx json-server db.json
```5. **Run the development server:**
```bash
npm run dev
```## Author
This project was created by **[Javier Cómbita Téllez](https://javiercombita.com/)**.
If you have any questions or comments about the project, you can contact Javier Cómbita Téllez at [email protected]
## Contributions
Contributions are welcome! If you have ideas for improvements or new features, feel free to submit them to the ```main``` branch.
## Project status
This project is currently under active development and updates are expected to be released in the near future.
## Licencia
This project is under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details.