Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 13, 2022 10:53 pm GMT

Metro Rail Path Finder

Overview of My Submission

I made an Express application which basically calculates the path from one station to another in a particular city's Metro rail map.

It connects to the database on Mongodb Atlas. My database has collections based on maps of different cities.
The express app passes the User-preferences over to functions that query the database to find the route.

The app is very easily scalable, as to add a map, one only has to add a new collection in the database (containing Station names etc) and one option in the "Map Select" drop-down.
Everything else, including the functions and the drop-downs are designed to get updates from the database itself.

Here is the link to my Github repository.

Submission Category:

Choose Your Own Adventure

Link to Code

metro-path-mongodb

Note: The Mongodb database may refuse to connect sometimes. I am finding a fix for that

This is a Metro Rail Path Finder app. It sources its data from Mongodb Atlas Database.

Technology Used: Expressjs, MongoDb Atlas

To run the app

Just make sure that node and npm are installed and

npm start

And it will be deployed on http://localhost:3000/users/details

The calculation may get slow for longer paths.




Screenshots

mm

ss

Additional Resources / Info

Technology Used: Express, Mongodb, Atlas
Contact: [email protected]


Original Link: https://dev.to/iabdsam/metro-rail-path-finder-2o3k

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To