Skip to content

Treyson-Grange/django-openipam

 
 

Repository files navigation

Django refactor of openipam. The original app is installed and run as normal:

Run the backend api with these command in the root directory (Also covered in the readme in root):

poetry shell
poetry install
./manage.py runserver

Navigating to localhost:8000 will bring you to the old app.

The refactored app is under the url /ui. This includes a refactored api and a new react frontend. To get the frontend ready, go to /openipam/frontend and run:

npm install

About

Django refactor of openipam foo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.7%
  • HTML 17.5%
  • JavaScript 5.3%
  • CSS 2.5%