Logo Lanfrica

kinyarwanda-net/backend

Domain:

natural language processing

Record type:

software
Creator:
kin
Host:
Ikinyarwanda.net backend nodejs # iKinyarwanda.net - API iKinyarwanda.net is a Node/MySQL based platform for creating online dictionaries. It is designed specifically for Bantu languages that use prefixes and suffixes, and uses a tag based system to allow matching against different forms of the same word. --- ## Requirements For development, you will only need Node.js and a node global package, `npm`, installed in your environments. ### Node - #### Node installation on Windows Just go on official Node.js website and download the installer. Also, be sure to have `git` available in your PATH, `npm` might need it (You can find git here). - #### You can install nodejs like this: You can find more information about the installation on the official Node.js website and the official NPM website. If the installation was successful, you should be able to run the following command. $ node --version v12.8.0 $ npm --version 6.13.7 If you need to update `npm`, you can make it using `npm`! Cool right? After running the following command, just open again the command line and be happy. $ npm install npm -g ### ### If you choose Yarn (There you go!) After installing node, this project will need yarn too, so just run the following command. $ npm install -g yarn --- ## Get the project locally $ git clone github.com $ cd backend $ npm install ## Configure app create a `.env` file ===> look at the `.env.sample file` ## Running the project $ npm run dev ## Show some love :sparkles: :sparkles:

Languages

Licenses