3.1.0-test-4 • Published 3 years ago

wavdio-express v3.1.0-test-4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

This repository provides the Node backend for the wAVdio application. When run, it provides an REST API at http://localhost:3000/api/v2 .

Quickstart

Given a MongoDB database on localhost:27017, you can start wavdio-express directly via npx:

$ npx -y wavdio-express

Alternatively, wavdio-express can also be run via Docker:

$ git clone https://github.com/keep-in-mind/wavdio-express.git
$ cd wavdio-express/
$ docker-compose up

After starting, the API can be tested at http://localhost:3000/api/v2/museum .

Upgrade from 2.x -> 3.x

Before upgrading from version 2.x to 3.x, the database version has to be added manually to the database:

$ mongo
> use wavdio_express
switched to db wavdio-express
> db.meta.insert({version: 4})
WriteResult({ "nInserted" : 1 })
> db.meta.find()
{ "_id" : ObjectId("..."), "version" : 4 }
3.1.0-test

3 years ago

3.1.0-test-3

3 years ago

3.1.0-test-2

3 years ago

3.1.0-test-4

3 years ago

3.0.1-test-21

3 years ago

3.0.1-test-20

3 years ago

3.0.1-test-19

3 years ago

3.0.1-test-18

3 years ago

3.0.1-test-17

3 years ago

3.0.1-test-16

3 years ago

3.0.1-test-15

3 years ago

3.0.1-test-14

3 years ago

3.0.1-test-13

3 years ago

3.0.1-test-12

3 years ago

3.0.1-test-11

3 years ago

3.0.1-test-10

3 years ago

3.0.1-test-9

3 years ago

3.0.1-test-8

3 years ago

3.0.1-test-7

3 years ago

3.0.1-test-6

3 years ago

3.0.1-test-5

3 years ago

3.0.1-test-4

3 years ago

3.0.1-test-3

3 years ago

3.0.1-test2

3 years ago

3.0.1-test-2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.4

3 years ago

2.0.4-test-5

3 years ago

2.0.4-test-4

3 years ago

2.0.4-test-3

3 years ago

2.0.4-test-2

3 years ago

2.0.4-test

3 years ago