GitHub - rfnshare/StraightIntLtd: Official Application for Straight International Limited · GitHub
Skip to content

rfnshare/StraightIntLtd

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Straight International Limited

Official Application for Straight International Limited
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Website:

Product Name Screen Shot Dashboard:

Dashboard Name Screen Shot

Built With

Getting Started

A simple inventory management system built with Django. Users can add stock item and generate bills. All data is stored in database and are rendered in real time

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • python
    python --version

Installation

  1. Clone the repo

    git clone https://github.com/RFNshare/StraightIntLtd.git
  2. Install packages

    pip install -r requirements.txt
  3. After the first time, the following can be run to migrate model changes in any app

    python manage.py makemigrations
    python manage.py migrate
  4. Use the following command to create an admin user

    python manage.py createsuperuser

Usage

   python manage.py runserver

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/Feature)
  3. Commit your Changes (git commit -m 'Add some Feature')
  4. Push to the Branch (git push origin feature/Feature)
  5. Open a Pull Request

License

MIT License

Copyright (c) 2021 Abdullah Al Faroque

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Contact

Your Name - @rfnshare - rfnshare@gmail.com

Project Link: StraightIntLtd

About

Official Application for Straight International Limited

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors