Coder Social home page Coder Social logo

blakvghost / neptune Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 4.0 5.2 MB

Neptune is a stock management web application with automatic billing system, inventory management of various shops

Home Page: https://neptune.kabirou-alassane.com

License: MIT License

PHP 93.82% CSS 1.10% JavaScript 3.40% Hack 1.49% HTML 0.03% Smarty 0.16%
billing-software codeigniter4 inventory-management-system stock-apps jquery php project-management web-application

neptune's Introduction

Neptune

Neptune is a web application for stock management with an automatic billing system and inventory management for various shops.

Installation

To install Neptune, follow these steps:

  • Make sure you have PHP>=7.4 installed on your machine.

  • Clone the Neptune repository from GitHub:

git clone https://github.com/BlakvGhost/Neptune.git

Host the project on a local server for testing, or host it on a shared hosting service or a VPS.

Option 1: Creating a Virtual Host

  • Open the Apache configuration file (httpd.conf or httpd-vhosts.conf).

  • Add the following virtual host configuration:

<VirtualHost *:80>
    DocumentRoot "/path/to/Neptune/public"
    ServerName neptune.local
</VirtualHost>
  • Save the changes and restart Apache.

Option 2: Using the Built-in PHP Development Server

  • Open a terminal and navigate to the project's root directory.

  • Run the following command:

php spark serve

Database

Follow these steps to set up the database:

  • Create a new database with the following details:

    • Name: neptune_app
    • Host: localhost
    • Password: (leave it empty)
    • User: root
  • Import the db.sql file into your new database.

  • If needed, you can edit the .env file to configure your database settings.

Test My Online Hosted App

You can try out the hosted version of the app at http://neptune.kabirou-alassane.com

To log in, use the following credentials:

Number: 90010203

Password: 90010203

Screenshots

App Screenshot

Tech Stack

Client: HTML5, CSS3, ES6, JQuery, Ajax

Server: PHP, CodeIgniter4

Authors

License

MIT License GPLv3 License AGPL License

Support

For support, email me on [email protected].

neptune's People

Contributors

blakvghost avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.