Repositorio: https://github.com/Formate-con-Altia/practica-consultas-mongodb
ENCONTRAR - base de datos sample_restaurants, en la coleccion de restaurant
use sample_restaurants;| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Drag & Drop</title> | |
| <link | |
| href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | |
| rel="stylesheet" |
Repositorio: https://github.com/Formate-con-Altia/practica-consultas-mongodb
ENCONTRAR - base de datos sample_restaurants, en la coleccion de restaurant
use sample_restaurants;| /* | |
| Tailwind - The Utility-First CSS Framework | |
| A project by Adam Wathan (@adamwathan), Jonathan Reinink (@reinink), | |
| David Hemphill (@davidhemphill) and Steve Schoger (@steveschoger). | |
| Welcome to the Tailwind config file. This is where you can customize | |
| Tailwind specifically for your project. Don't be intimidated by the | |
| length of this file. It's really just a big JavaScript object and |