Giter Site home page Giter Site logo

ipams's Introduction

IP Address Management Solution (IPAMS)

Technologies

The technology we are using for this app development

- Freamwork: Laravel 8.79.0
- Language: PHP 7.4.27
- Server: nginx 1.17 
- Database: MySQL 5.7
- Composer: 2.2.4
- React
- Inertia.js (as an adapter to communicate between the client and server)
- Testing freamwork: PHPUnit 9.5.10

Installation using docker

Make sure you have docker and docker-compose installed in your machine

Set the following local dns entries in your /etc/hosts file

127.0.0.1 www.ipams-dev.com

The default password for MySQL is password and the username is root

Database host

host.docker.internal will be the host address for the database

Run application

Set executable permission to the start file, which is located at the root directory of the project

Run below command to run application. This command will set up the entire application automatically.

./start

behind the scene, this command will execute the following steps--

  • Set up app and test database
  • Create .env file based on the .env.example
  • Install composer
  • Run migration
  • Run npm install
  • Run npx mix and
  • Generate dummy data

Default access

email: [email protected] 
password: password

To execute command manually

// update composer
docker exec -it ipams-app composer update

// run migration
docker exec -it ipams-app php artisan migrate

// install npm
docker exec -it ipams-app npm install

// install mix
docker exec -it ipams-app npx mix

// setup dummy data
docker exec -it ipams-app php artisan setup:dummy-data

// run test
docker exec -it ipams-app php artisan test

For this app the container name ipams-app

Authors

  • Mizanur Rahman - Backend Engineer

ipams's People

Contributors

mizan3008 avatar

Watchers

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