Other things to include:
- Support Standard Markdown / CommonMark and GFM(GitHub Flavored Markdown);
- Full-featured: Real-time Preview, Image (cross-domain) upload, Preformatted text/Code blocks/Tables insert, Code fold, Search replace, Read only, Themes, Multi-languages, L18n, HTML entities, Code syntax highlighting...;
If the software has visual components, place a screenshot after the description; e.g.,
This includes programming languages, databases or other storage mechanisms, build tools, frameworks, and so forth.
Detailed instructions on how to install, configure, and get the project running.
API documentation available at !POSTMAN LINK!
Postman Pre-request Script Usage While creating a user via Postman, you should send a post request to ....
{
"marmara": "üniversitesi",
"açıkkaynak": "kodluyazılımlar
}
This Project works with PostgreSQL databases.
docker-compose up --build
You need a web browser that is fairly current. And you need Docker installed on your desktop (or Kubernetes/minikube) or server as this currently uses the Docker runtime to bring up all components with docker-compose via the included ".sh" shell (Linux / Mac) or ".cmd" command scripts (Windows).
- Docker is available at https://docs.docker.com/install/.
If the software is configurable, describe it in detail, either here or in other documentation to which you link.
How to use the software.
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
...............
- First try to fix // TODO:s in the code.
- Then you can contribute to the development by following the mile stones.
- Don't mess with the user interface. The design guide has not been released yet.