MaciejMi / War-Echoes

A history blog written at Express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About

A history blog written at Express.js


Languages

Language:EJS 41.6%Language:CSS 32.5%Language:JavaScript 25.8%