Skip to content

miloradvojnovic/WebShopGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web shop generator

Web shop generator is a student experimental project written in Python. Idea is to generate Full Stack Web application in Scala (Play Framework) and Angular.

Getting Started

Run generator

  python main.py

Run generated project

  cd output\backend
  sbt scalafmt run
  cd output\frontend
  npm install
  ng serve -o

Note: Download SBT from: https://www.scala-sbt.org/download.html (version: 0.13.15)

Contributors