Giter Club home page Giter Club logo

fullstack-django-vuejs-demo's Introduction

Full-Stack Django/VueJS demo

Summary

A full-stack web app demo with Django, VueJS and PostgreSQL containerized by Docker.

Features

  • Backend in GeoDjango and Django Rest Framework
  • Frontend in Javascript and VueJS with Google Maps visualization
  • PostgreSQL as a database with PostGis extension
  • Containerized with Docker and docker-compose tools
  • Populated data from HERE Places API
  • Easy setup with Makefile
  • Basic unit testing

๐Ÿš€ Quick start

For the use of this project it is recommended to use an operating system based in a Linux distribution or MacOS

$ make setup
$ make setup-data 

Wait a minute to run make setup-data because the above command may take too long to get up.

After all is configured you can start the project with:

$ make run

You can run the tests with the command:

$ make test

Note: you need previously run make setup

Manual mode

In case you don't have docker installed, you can run the project manually

Requirements

$ git clone https://github.com/erikriver/fullstack-django-vuejs-demo.git
$ cd fullstack-django-vuejs-demo/backend
$ pipenv install
$ pipenv shell
$ python manage.py migrate
$ python manage.py loaddata project/fixtures/users.json
$ python manage.py get_places  # by default get hotels from Berlin, DE
$ python manage.py runserver

The instructions on how to run and build the frontend are in the frontend folder.

You can access to Django admin in http:///admin/ with user demo and password demo

ToDo

* Authentication
* Authorization
* More tests integration

fullstack-django-vuejs-demo's People

Contributors

erikriver avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.