Simple many-to-many link manager
Map one list to another - many-to-many - in a single page web app
Note: shows an empty database (as distributed)
git clone [email protected]:jolewis-ddn/bidirectionalMapper.git
cd bidirectionalMapper
npm install
node server.js
- Open http://localhost:9519/
- Vue (for web page - via unpkg.com)
- Sqlite3 (for db - sample empty database provided)
- Better-sqlite3 (Node module to interact with db)
- Single JavaScript file exposes Rest API and serves web page (index.html)
- Rest API to update the database
- Single page app (uses Vue for UI and Fastify for Rest API)
- Web page auto-refreshes on data changes (n.b. only when data is updated within the app)
- Authentication: either to use, add, or remove entries
- Monitoring data for changes outside the app
- Enable changing the name shown for the Bins in the HTML