Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

doomkit/moment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moment

Prague Itenerary prototype
Semester project for Information Systems (INS), CVUT Prague

System allows you to manage itinerary issues across the city.

Development

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

About

🎓 ČVUT | Itinerary - Client-side prototype

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •