Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 3.05 KB

README.md

File metadata and controls

85 lines (63 loc) · 3.05 KB

Vujango

Built With GitHub license

A cookiecutter template to create a project with backend in Django + Django REST framework and frontend in Bootstrap + Vue.js for your full stack projects.

Highlights

Requirements

Install cookiecutter command line: pip install --user cookiecutter

Usage

Generate a new Cookiecutter template layout: cookiecutter gh:RatanShreshtha/vujango

You'll be prompted for some values. Provide them, then a project will be created for you.

Answer the prompts with your own desired options.

----------------------------------------------- Basic ------------------------------------------------ []:
project_name [My Awesome Project]:
project_slug [my_awesome_project]:
short_description [Analytical Engine - Web Version]:
description [Web interface for The Analytical Engine, world's first general purpose computer.]:
author [Ada Lovelace]:
email [ada@lovelace.cool]:
version [0.1.0]:
---------------------------------------------- Backend ----------------------------------------------- []:
backend_folder [backend]:
backend_service_name [backend]:
---------------------------------------------- Frontend ---------------------------------------------- []:
frontend_folder [frontend]:
frontend_service_name [frontend]:

Authors

License

This project is licensed under the terms of the MIT License

Contributing

Feedback and improvements are very welcome, just follow the steps below

  1. Fork it.
  2. Create your feature branch (git checkout -b <feature>).
  3. Add your files (git add <file_1> <file2> ..... <file_n>).
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin <feature>).
  6. Create a new pull request.

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc