An API for kitchen recipes
For development, you will only need Node.js, installed in your environement.
-
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).
If the installation was successful, you should be able to run the following command.
$ node --version
v14.16.0
$ npm --version
6.14.11
$ git clone https://github.com/Tunisian-GitHub-Community/Koujina_api
$ cd Koujina_api
$ npm install
$ touch .env
$ npm run start:dev