/War-Echoes

A history blog written at Express.js

Primary LanguageEJS

War Echoes

The project was created to practice using parameters and using the database.

image

image

image

image

image

Run Locally

To run War Echoes, run this command on your git bash:

Linux and macOS:

sudo git clone https://github.com/MaciejMi/War-Echoes.git

Windows:

git clone https://github.com/MaciejMi/War-Echoes.git

After that, you need to go to the node project directory, type

npm install

and then run the project by typing

 npm start

If there are any problems, enter:

node app.js

If you have done this, you need to import the database found in the file into your SQL Workbench. Finally, you need to create a password.json file in the utils folder and enter your database password there, e.g. {"password" : 123}