/assignment_digital_kingdom

Routing in Express.js & Node.js

Primary LanguageJavaScript

Digital Kingdom - practice with Express.js & Node.js

Here is the Kingdom that shows hierarchy of Kingdoms, Kings, Queens, Castles, Lieges, Vassals. The user can add a new one and jump in between them. The http path is reflecting this hierarchical layering. All is build using Express.js. I am parsing json files based in data folder, reading them into different tables showing structure of the Kingdom or updating them when user adds new Castle in Kingdom.

Play responsibly! :)

Getting Started

If you have installed node on your computer, type the following commands

$ npm init
$ npm install express --save
$ npm run seed
$ npm start

Authors

Acknowledgments

This assignment is created for Viking Code School