Steedos Platform is an open source alternative to salesforce low code development platform. You can easily create intelligent and mobile enterprise applications by clicking the mouse.
- MongoDB version >= 3.4. MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
- Node.js version >= 10.15.1 or above (which can be checked by running
node -v
). You can use nvm for managing multiple Node versions on a single machine installed.
service-management-app
├── steedos-app/main/default
│ ├── applications
│ │ └── okr.app.yml
│ └── objects
│ └──okr__c
│ ├── buttons
│ │ └── print.button.yml
│ │ └── print.button.js
│ ├── fields
│ │ └── name.field.yml
│ │ └── description.field.yml
│ │ └── isDone.field.yml
│ │ └── status__c.field
│ │ └── ...
│ ├── listviews
│ │ └── all.listview.yml
│ │ └── recent.listview.yml
│ │ └── my.listview.yml
│ ├── permissions
│ │ └── user.permission.yml
│ │ └── admin.permission.yml
│ │ └── okr_manager.permission.yml
│ └── okr.object.yml
│ └──...
├── .env
├── .gitignore
├── package.json
├── README.md
├── server.js
├── steedos-config.yml
└── yarn.lock
The source code of the project depends on nodejs environment. To use mongodb database, the corresponding running environment should be deployed first.
- Start the database
- Install dependent packages
- Running project
- Using browser access
http://127.0.0.1:5000/
For the first time, the database is empty. You need to register an account and choose to create an enterprise.
If you have any questions or want to talk to other users of Steedos Platform , please jump to GitHub for discussion Click to Discuss or Join me on Slack-it's a faster,simpler way to work.