Skip to content

Application for searching locations matching user defined criteria. (Spatial Databases course project)

License

Notifications You must be signed in to change notification settings

adamnapieralski/locations-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

locations-search

locations-search

Application for searching locations with user defined criteria. (Spatial Databases course project)

Built with

  • Django
  • React
  • Webpack & Babel
  • Docker & docker-compose

Installation

Clone this repo to the desired location:

git clone https://github.com/adamnapieralski/locations-search.git

Development

App has been prepared for easy development with docker-compose. You can set up backend and frontend with

docker-compose up

Visit http://localhost:8000 to access the application. Backend server will be reachable on http://localhost:9000.

Testing

Application's e2e and integration tests are contained in e2e/ directory.

Install tests required modules with npm install there.

To open interactive Cypress GUI console run

npm run cy:open

To run all tests, run:

npm run cy:run

or to run them headlessly in the console

npm run cy:run:headless

With 'run' commands, videos and screenshots from tests executions will be save locally for further analysis.

Authors

About

Application for searching locations matching user defined criteria. (Spatial Databases course project)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published