Update README.md

This commit is contained in:
He4eT 2025-05-28 21:06:52 +02:00
commit 97b8d05820

View file

@ -1,14 +1,14 @@
# Simple SpaceAPI # Simple SpaceAPI
A simple [SpaceAPI](https://spaceapi.io/) endpoint with web and REST interfaces. A simple [SpaceAPI](https://spaceapi.io/) server with web and REST interfaces.
![Screenshot](/docs/images/Screenshot.png?raw=true)
Built with Node.js using [Strapi](https://github.com/strapi/strapi). Built with Node.js using [Strapi](https://github.com/strapi/strapi).
![Screenshot](/docs/images/Screenshot.png?raw=true)
## Quick Start ## Quick Start
Install dependencies and start in development mode (with auto-reload): Install dependencies and start the server in development mode:
```sh ```sh
npm install 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 All the data for your endpoint could be added and modified
with the [admin panel](http://localhost:1337/admin) 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) You could use the [Strapi CLI](https://docs.strapi.io/cms/cli)
to list all availible endpoints: to list all availible API endpoints:
```sh ```sh
npm run strapi routes:list npm run strapi routes:list