Skip to content

J2000A/atlas_web

 
 

Repository files navigation

JustFairMobility Web App

The TUM (In)justice Atlas Website

This project was forked from this repository created by the TUM Chair of Urban Structure and Transport Planning.

The documentation for the original atlas can be found in the wiki.

Running the Web App locally

Please run the following command once after you cloned the repository:

npm install

Then you can start the server on http://localhost:3000/ with the following command:

npm start

Project Structure

There are three main pages:

The translations of the different strings can be found in the i18n directory.

The src directory contains all the javascript files used to run web application.

Further References

The backend is implemented using the Firebase products Firestore Database and Firebase Storage.

The mobile application for creating the problem reports can be found in this repository.

Deploying the Web App

For deploying the app copy all the files in the repository to your web server. For example with SFTP.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • HTML 27.6%
  • CSS 18.7%