Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbnswartz/recore-prototype
A prototype for recore
https://github.com/rbnswartz/recore-prototype
Last synced: 22 days ago
JSON representation
A prototype for recore
- Host: GitHub
- URL: https://github.com/rbnswartz/recore-prototype
- Owner: rbnswartz
- License: mit
- Created: 2018-01-08T03:50:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:46:13.000Z (about 2 years ago)
- Last Synced: 2024-12-16T18:18:30.862Z (22 days ago)
- Language: CSS
- Size: 1.23 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recore-prototype
A prototype for recore# What is this
recore is a XRM system that allows you to rapidly build data management systems. It is meant
to be expanded and built upon. Everything from the forms, and views, to db tables is created based upon user data.THIS IS STILL A PROTOTYPE. You are free to use it (and let me know what you like and dislike) but it has still not gotten a lot of the features and functionality that I think it needs to be production ready
# Prerequisists
- Postgressql
- dotnet coreAlso for the time being a postgres database needs to be created as well as a user with full access to the db
# Building
Can be built using the standard .net core build process. In a terminal type `dotnet build`# Running
Move to the recore.web directory
Modify the appsettings.json to add a connection string to your postgres database
In a terminal run `dotnet run` inside of the recore.web directory
Issue a GET request to http://localhost:5000/system/init In order to set up the system (if you are running this on a different port then substitute 5000 for that port)# Getting involved
You want to get involved in the project!? The main thing that you could do is try to build a
sample system using recore and let me know what worked well and what didn't work so well.
This is primarily being built to fulfill my needs (and the people around me) so getting
another opinion as to what they would like would be nice.# WARNING
Again this is still a work in progress. Expect anything to change.