Skip to content

Web application for GPS visualization. The backend is programmed in Django and the frontend in React.

License

Notifications You must be signed in to change notification settings

tisljaricleo/GPS-visualization-Django-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS-visualization-Django-React (Under construction)

Web application for GPS visualization. The backend is programmed in Django and the frontend in React.

Installation

  • very useful tutorial can be found here.

1. Django

2. React

  • create app called "frontend" in the django project
  • cd to "frontend"
  • run:
    • npm i webpack webpack-cli --save-dev
    • npm i @babel/core babel-loader @babel/preset-env @babel/preset-react --save-dev
    • npm i react react-dom --save-dev
    • npm install @material-ui/core
    • npm install @babel/plugin-proposal-class-properties
    • npm install react-router-dom
    • npm install @material-ui/icons

About

Web application for GPS visualization. The backend is programmed in Django and the frontend in React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published