Table of Contents
The objective of this repo is to provide the core building block for (https://canonizer.com/). This repo is responsible for managing initial data for canonizer by linkup with Canonizer3.0(https://github.com/the-canonizer/canonizer-3.0-api) and responsible to store data mongodb.
A wiki system that solves the critical liabilities of Wikipedia. It solves petty "edit wars" by providing contributors the ability to create and join camps and present their views without having them immediately erased. It also provides ways to standardize definitions and vocabulary, especially important in new fields.
- Laravel Lumen
- MongoDb
- Unit Testing
To get a local copy up and running follow these simple steps.
- Git
- PHP: version 7.4 or higher
- MongoDb: version 6.0 or higher
- MySql
- Composer(https://getcomposer.org/download/)
- A clone of the canonizer-service repo on your local machine
- Clone the repo
git clone https://github.com/the-canonizer/canonizer-service.git
- Go into the project root
cd canonizer-service
- Copy environment variables from
.env.example
to.env
filecp .env.example .env
- Install Dependency packages
composer install
- Make the mongodb connection string and place in .env
- To start the hot-reloading development server
php artisan serve
- Run the command to make data on mongodb.
php artisan tree:all
- Check the status of results on postman
open http://localhost:8002
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please clone the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
To contribute on it for any issue you can check the rules/example for naming the branches. (https://docs.google.com/document/d/1qm5hqWfayHczDWOe74t-cLG7ovEJVa_jLhjICkaIjv8/)
git checkout master
from any folder in your localcanonizer-service
repositorygit pull origin master
to ensure you have the latest main codegit checkout -b the-name-of-my-branch
(replacingthe-name-of-my-branch
with a suitable name) to create a branch
- Save the files and check by requesting on any internal API.
git add -A && git commit -m "My message"
(replacingMy message
with a commit message, such asFix in logic of specific function
) to stage and commit your changesgit push my-fork-name the-name-of-my-branch
- Go to the canonizer-service repo repo and you should see recently pushed branches.
- Follow GitHub's instructions to create the Pull Request to master.
- If possible, include screenshots of visual changes.
Will be added.
Brent Allsop - @Brent's_twitter - [email protected]
Project Link: https://canonizer.com