Skip to content

kaentovidal/iisarwebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IISAR website

Website using nodejs, bootstrap and postgresql deployed on render.com

Requirements

Node aditional packcage requirements

  • nodemon
    to see the changes in real time without having to restart the server.
npm i nodemon -D

-D so that it will not be installed as a dependency.

How to replicate this project

First you need to clone this repository

git clone https://github.com/kaentovidal/iisarwebsite

then, you need to install all the requirementes package with the following command:

npm install

adding required enviroments variables

  • For that you need to create a file .env y add the key link

Releases

No releases published

Packages

No packages published