Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

CRUD JSON SERVER

logo

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.

ejemplo

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.