Prague Itenerary prototype
Semester project for Information Systems (INS), CVUT Prague
System allows you to manage itinerary issues across the city.
Install globaly Json-server
yarn global add json-server
skip if already installed. More about json-server here.
Run json-server --watch data/db.json
to start local API for development.
Install dependencies with yarn install
and yarn start
to run application locally.
You can use npm alternately
Create your proces.env.ts file with variables inside ./environmets folder.
export const PROCESS = {
MAPBOX: '<YOUR_MAPBOX_API_KEY>',
OPENCAGE: '<YOUR_OPENCAGE_API_KEY>'
}
You can manage Mapbox tokens here and Opencage tokens here
Registrations required
Open your browser on http://localhost:4200/
.
Application requires login, you can find login and password in ./data/db.json in users collection.
For example you can login as admn with:
email: john.doe@gmail.com
password: 1qaz2wsx