La Coctelera is a simple web service in which cocktail recipes are collected and openly shared.
Warning
This service is in an early stage of development.
This repository includes the frontend side of La Coctelera web service. The backend side of the service shall be found here. The service's frontend is developed in JavaScript using React library and Tailwind CSS framework.
Currently, only local deployment is supported.
In order to run this service, following dependencies are needed:
- Node.js. The latest LTS version installation guidelines found here.
After installing Node.js, install the rest of dependencies specified in package.json file simply running
$ npm install
from the root of the project's directory.
To start a development server, run:
$ npm run dev
To view the project in your browser follow the next URL: http://localhost:5173/ingredient
Sends a new ingredient to the app's database.