/Kanap

P5_28_03_2022

Primary LanguageJavaScript

EN

Kanap

This is the front end and back end server for Project 5 of the OpenClassrooms course.

Back end Prerequisites

You will need to have Node and npm installed locally on your machine.

Back end Installation

Clone this repo. From the "back" folder of the project, run npm install. You can then run the server with node server. The server should run on localhost with default port 3000. Then, from the "front" folder, htmlfolder, run the file index.html with live server.