Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kafkaesc/lenguau-api
The Express node server for the Lenguau project. 🧿
https://github.com/kafkaesc/lenguau-api
api express javascript nodejs
Last synced: about 2 months ago
JSON representation
The Express node server for the Lenguau project. 🧿
- Host: GitHub
- URL: https://github.com/kafkaesc/lenguau-api
- Owner: kafkaesc
- Created: 2023-02-25T15:31:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T04:37:03.000Z (about 1 year ago)
- Last Synced: 2023-11-30T05:27:27.392Z (about 1 year ago)
- Topics: api, express, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lenguau API
Built by Jared Hettinger
Lenguau API is the Node Express backend for the [Lenguau site](https://lenguau.com/). It is designed to run on [Netlify](https://www.netlify.com).
## To Run
1. Navigate to the project folder
1. Run `npm install`
1. Run `npm start`When the project is running, visit `http://localhost:9000/.netlify/functions/api/vocab/` in your favorite web browser. You should be able to add any of the `kebab` values to the URL and get data for that specific set. For example, check out `http://localhost:9000/.netlify/functions/api/vocab/Literature`.
# Lenguau API
Construido por Jared Hettinger
Lenguau API es un backend de Node y Express para el sitio [Lenguau](https://lenguau.com/). La es diseñado para ejecutarla en [Netlify](https://www.netlify.com).
## Para Ejecutarlo
1. Vaya al fólder del proyecto
1. Ejecute `npm install`
1. Ejecute `npm start`Cuando el proyecta está ejecutando, visite `http://localhost:9000/.netlify/functions/api/vocab/` en tu navegador de internet favorito. Puedas añadir cualquiera de todo de los valores de `kebab` a el URL y recibas los datos para la categorÃa especÃfico. Por ejemplo, visita a `http://localhost:9000/.netlify/functions/api/vocab/Literature`.