mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
Update README.md
This commit is contained in:
parent
91b4677b21
commit
97b8d05820
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -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.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Built with Node.js using [Strapi](https://github.com/strapi/strapi).
|
Built with Node.js using [Strapi](https://github.com/strapi/strapi).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue