From 97b8d058201a7f3ac7695694a7926a629020f12a Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 28 May 2025 21:06:52 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 60c249f..579202e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Simple SpaceAPI -A simple [SpaceAPI](https://spaceapi.io/) endpoint with web and REST interfaces. - -![Screenshot](/docs/images/Screenshot.png?raw=true) +A simple [SpaceAPI](https://spaceapi.io/) server with web and REST interfaces. Built with Node.js using [Strapi](https://github.com/strapi/strapi). +![Screenshot](/docs/images/Screenshot.png?raw=true) + ## Quick Start -Install dependencies and start in development mode (with auto-reload): +Install dependencies and start the server in development mode: ```sh npm install @@ -22,10 +22,10 @@ The main entry point is `./src/api/spaceapi/controllers/spaceapi.ts`. All the data for your endpoint could be added and modified with the [admin panel](http://localhost:1337/admin) -or with the REST API endpoints. +or with the REST API. You could use the [Strapi CLI](https://docs.strapi.io/cms/cli) -to list all availible endpoints: +to list all availible API endpoints: ```sh npm run strapi routes:list