The UrlManagement system is a web app which supports activities like:
- adding/editing url records
- searching url records in database
- checking periodically that stored url is still active
- generating a pdf of a page for a stored url
Future planned features:
- integrating system with WordPress
- support for not working links on Wordpress blog page.
- on a blog page once link is active url should stay, once inactive the link should be replaced with pdf url
- Clone the repo
- Go to UrlManagementSystem folder
- Run
npm install
- Go to server folder
- Run
npm install
- Go to the UrlManagementSystem folder
- Run
npm start
in console to run angular front-end - Go to server folder
- Run
npm start
in console to run backend-server - By default app will be served on localhost:4200
- Clone the repo
- Go to UrlManagementSystem folder
- Run
npm test
- Go to server folder
- Run
ng test
(running server unit test will remove !!! database please select test_database in server.js file)