-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
# damas-core ![Licence](https://img.shields.io/github/license/remyla/damas-core) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/remyla/damas-core) ![Docker Pulls](https://img.shields.io/docker/pulls/primcode/damas-core) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/primcode/damas-core) | ||
|
||
|
||
<img src="http://damas-software.org/bin/damas-core_logo.svg?t=2" alt="damas-core logo"/> | ||
|
||
HTTP JSON storage using NodeJS focused on reliability, efficiency and extensibility. | ||
``` | ||
_ | ||
__| | __ _ _ __ ___ __ _ ___ ___ ___ _ __ ___ | ||
/ _` |/ _` | '_ ` _ \ / _` / __|_____ / __/ _ \| '__/ _ \ | ||
| (_| | (_| | | | | | | (_| \__ \_____| (_| (_) | | | __/ | ||
\__,_|\__,_|_| |_| |_|\__,_|___/ \___\___/|_| \___| | ||
``` | ||
JSON storage using NodeJS focused on reliability, efficiency and extensibility. | ||
|
||
Its main features are: | ||
* RESTful HTTP web service with CRUD functions based on [strict specifications](https://github.com/remyla/damas-core/wiki/4-Specifications) | ||
* RESTful HTTP web service | ||
* CRUD operations based on [strict specifications](https://github.com/remyla/damas-core/wiki/4-Specifications) | ||
* [JSON web token authentication](https://github.com/remyla/damas-core/wiki/Authentication) | ||
* [Server extensions](https://github.com/remyla/damas-core/wiki/Extensions) | ||
* [Python and Javascript API](https://github.com/remyla/damas-core/wiki/3-API-reference) | ||
* [Command line interface](https://github.com/remyla/damas-core/blob/master/cli/README.md) | ||
* [Available extensions](https://github.com/remyla/damas-core/wiki/Extensions) | ||
* [User authentication and permissions](https://github.com/remyla/damas-core/wiki/Authentication) | ||
|
||
Directory structure: | ||
``` | ||
├── cli/ client (Bash + curl) | ||
├── docker/ package for deployment | ||
├── js/ client (Javascript API) | ||
├── py/ client (Python API) | ||
├── server-nodejs/ server HTTP (NodeJS/Express) | ||
├── server-tests/ server Jasmine unit tests | ||
├── LICENSE GNU GPLv3 license | ||
└── README.md this file | ||
``` | ||
|
||
## Usage | ||
Clone this repository and run: | ||
|
@@ -46,6 +62,7 @@ http://primcode.com PRIMCODE is the company behind the development, the distribu | |
Remy Lalanne - Project lead | ||
Thibault Allard | ||
Julie Aresu | ||
Aymeric Cadier | ||
Sebastien Courtois | ||
Ghislain Dugat | ||
Joaquin Galvan Angeles | ||
|
@@ -61,7 +78,7 @@ Quentin Villecroze | |
## License | ||
GPL License(GPLV3) | ||
|
||
Copyright(c) 2023 Remy Lalanne [email protected] | ||
Copyright(c) 2024 Remy Lalanne [email protected] | ||
|
||
damas-core is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters