Changed name from exo-api to simplex-api

This commit is contained in:
Roger Garcia 2020-01-16 18:36:20 +01:00
parent cd8866d248
commit 349e074e1c
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
# exo-api
# simplex-api
[![LoopBack](https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png)](http://loopback.io/)
@ -9,9 +9,9 @@ This software is developed using the node.js runtime, so you need an environment
You can start developing with these commands:
`git clone https://gitlab.com/guifi-exo/exo-api.git`
`git clone https://gitlab.com/guifi-exo/simplex-api.git`
`cd exo-api; npm install`
`cd simplex-api; npm install`
`npm run build`

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{
"name": "exo-api",
"name": "simplex-api",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,

View file

@ -1,5 +1,5 @@
{
"name": "exo-api",
"name": "simplex-api",
"version": "1.0.0",
"description": "API Rest for eXO (associacio expansio xarxa oberta) an associative ISP",
"keywords": [
@ -25,8 +25,8 @@
"test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
"posttest": "npm run lint",
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
"docker:build": "docker build -t exo-api .",
"docker:run": "docker run -p 3000:3000 -d exo-api",
"docker:build": "docker build -t simplex-api .",
"docker:run": "docker run -p 3000:3000 -d simplex-api",
"migrate": "node ./dist/migrate",
"prestart": "npm run build",
"start": "node .",

View file

@ -56,7 +56,7 @@
<body>
<div class="info">
<h1>exo-api</h1>
<h1>simplex-api</h1>
<p>Version 1.0.0</p>
<h3>OpenAPI spec: <a href="/openapi.json">/openapi.json</a></h3>