Git Product home page Git Product logo

frappe-test's Introduction

Frappe-Test

A simple "Inventory Management Web Application"

Table of Content

About

  • A web application using Flask framework to manage inventory of a list of products in respective warehouses.
  • Consists of various locations and products, the user can add/edit/delete these locations and products. The user will also be able to import products, export products and move products from one location to another location.
  • The Client side is build using Vue.js and the Server is build using Python-Flask, using a restfull architecture.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Installing VueJs

$ npm install -g @vue/cli

Installing Flask

$ pip install Flask

Installing mysql dependency

$ pip install mysql-connector

Installing

A step by step series of examples that tell you how to get a development env running

Cloning the repo

$ git clone https://github.com/caldenrodrigues/Frappe-Test.git

Installing the dependencies

$ cd web/frappe/
$ npm install

If you are running a development environment, use the following command:

$ npm run serve 

If you are running a deployment environment, use the following command:

$ npm run build

Running the server

$ python server.py

The application will now be running on https://localhost:8080/
and Flask will be serving on https://localhost:5000/

Built With

File Structure

/server.py : Main server code
/web/frappe : Website code

Contributing

  1. Fork it (https://github.com/caldenrodrigues/Frappe-Test/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Author

Screenshots

Products

Product

Locations

Location

Product Movement

Product Movement

Move Product

Move Product

frappe-test's People

Contributors

caldenrodrigues avatar

Watchers

 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.