Giter Site home page Giter Site logo

naxl-ui's Introduction

Naxl-UI

This project is the user interface for Naxl. It has been created as a fork of Evolutility-UI-React. Naxl is a Personal Database Manager for no-coders. Not Another eXceL.

The aim is to produce a web-based tool that anyone can use to create and manage databases (sets of tables) for their own use. The target user is someone with a degree of technical skill but no specific programming ability. Anyone who can create and edit an Excel spreadsheet should qualify.

The focus is on the ability to store and retrieve personally useful data from a variety of sources in a variety of relevant formats. It is not about transactional updates, detailed validation or multi-user access.

The technology used should be state of the art, hence the choice of JavaScript, React, Express, JSON and NoSQL.

Installation

First download, install and start the Naxl-Server project, or there won't be much to see.

Then follow the instructions much as for Evolutility-UI-React.

  • Download or clone the repo from GitHub.
  • npm install to install dependencies.
  • npm start to run the UI project from a local server.
  • Browse to http://localhost:3002/ if it doesn't start automatically.

Demonstration

The initial browser displays a menu of sample data files. It also shows the current locale, obtained from the browser. You may need to configure that.

The 'master table' contains an entry for every table, including itself. Editing this can break the system!

Create a new record in the master table and upload a CSV file by drag and drop into the 'source' field. The table will go live once the record is saved (currently the browser needs to be restarted). A sample file called 'member.csv' can be found in the 'test' directory.

Modifications

  • API access refactored to use a single data layer.
  • Contains no models. All models are loaded from the server, and the app menu is generated dynamically.
  • Models can be viewed and edited as a 'table of tables'.
  • A new model can be created by drag and drop into the 'source' field of a new table.
  • Uses the NPM proxy feature to send API requests to the server.

Todo

  • Upload new database tables from XLS or JSON.
  • Edit model (table, field and panel attributes).
  • Edit table in list view.

License

MIT license for now.

naxl-ui's People

Contributors

evoluteur avatar

Watchers

 avatar

naxl-ui's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.