Coder Social home page Coder Social logo

fullstack_robstore's Introduction

RobStore - fullstack application

Full stack application created for selling web applications. Made using the djavue template image

Backend technologies:

  • Python
  • Django
  • Docker
  • Postgres database
  • Flake8

Frontend technologies:

  • Javascript
  • Vue 3
  • Vuetify 3
  • Nuxt
  • Eslint

Extra features:

  • Dark and light mode

Known bugs:

  • Login flow is breaking and need to hit login again

Requirements:

  • Node 14 installed (type node -v to see the version) and and get vue-cli running
  • Docker & Docker compose installed to upload everything very fast and not need to install/configure infinite libs/tools directly on your machine

How to run:

  • Build with: docker compose build
  • Run with: docker compose up
  • Ready, now just access localhost/

How to acess django admin:

  • With your container running, run in a terminal: docker exec -it "BACKEND_CONTAINER_ID" bash
  • To find out your backend container ID, run in a terminal: docker ps
  • Inside your container's bash, run: ./manage.py createsuperuser
  • Access the address localhost/8000 and log in with the credentials created previously

Used ports:

  • Nginx: 80
  • Backend: 8000
  • Frontend: 3000
  • Postgres: 15432

PREVIEW WEBSITE: in progress PRESENTATION VIDEO

fullstack_robstore's People

Contributors

rdemora2 avatar

Stargazers

 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.