/NodeCoderFinal

Proyecto final BackEnd Coder House

Primary LanguageJavaScript

Coderhouse Backend Course Repository

About this repository

This repository has been created for Coderhouse's Backend course challenges publishing.

All challenges will be pushed in this repository.

Learned technologies

Languages

JavaScript

Databases & Server Hosting

MongoDB

Frameworks / Libraries

Express.jsNodeJSNPM

How to clone this repository?

First click the Code button and copy the repository link.


Then, in the terminal of your choice, go to the directory where you want to clone it and write the following command lines:
  • Clone the repo
$ git clone <link copied> <directory>

After that, get into the challenge folder and write the following command lines:
  • Install the dependencies
$ npm install
  • Start
$ npm run dev