Skip to content

Tunisian-GitHub-Community/Koujina_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koujina_api

An API for kitchen recipes


Requirements

For development, you will only need Node.js, installed in your environement.

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).

If the installation was successful, you should be able to run the following command.

$ node --version
v14.16.0

$ npm --version
6.14.11

Install

$ git clone https://github.com/Tunisian-GitHub-Community/Koujina_api
$ cd Koujina_api
$ npm install

Configure app

$ touch .env

Running the project for development

$ npm run start:dev