Giter Site home page Giter Site logo

caffeine-addictt / nexis Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 365 KB

NYP InfoSec Auth Service

License: GNU General Public License v3.0

Makefile 11.44% Go 32.00% Python 54.78% Dockerfile 1.78%
api restful-api web web-api go golang cli client python python3 security tooling

nexis's Introduction

PYPI - Version PYPI - Downloads Forks Stargazers GPL3.0 License


About The Project

This is a auth service for NYP InfoSec.

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

(back to top)

Getting Started

This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • Python v3.9+

Installation

Below is an example of how you can install and use Nexis.

1. Install Nexis

pip install nexis

2. Run Nexis

nexis --help

Read our docs for more information.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. ( ˶ˆᗜˆ˵ )

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

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

Read our contributing guide for more information.

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Jun Xiang - [email protected]

(back to top)

Acknowledgments

(back to top)

nexis's People

Contributors

caffeine-addictt avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

coldbreu

nexis's Issues

Merge nexis-client into nexis

Just a QOL change so that we won't have to clone 2 repositories just to work on the project.

Spec

  • Makefile update
  • Readme update
  • Adding docs/
  • Updating CI
  • Adding release CI
  • Update CONTRIBUTING
  • Update gitignore
  • Update Release drafter to ignore go files
  • Moving files

Migrate over to Golang

This is to make sure that the next batches can at least fix the code by themselves if need be.

Rust is too advanced to reliably trust that all future batches can patch issues.

Acceptance

  • title and description with rust is either removed or replaced with golang
  • Readme contains steps to run the project locally
  • CONTRIBUTION is updated
  • CODESTYLE is updated
  • Existing rust code is replaced with Golang

Dockerize API

Enhancement Request

Your issue may already be reported!
Please check out our active issues before creating one.

Describe the Solution You'd Like

To limit the amount of It doesn't work on my machine issues, and to develop the server as close to the production environment as possible, running the server locally should be done through docker.

The docker image should also make use of multistaged builds to minimise memory footprint of the docker image as much as possible. To facilitate caching capabilities, Dockerfile should also be written in a way that is easily cachable (e.g. copying go.mod and downloading dependencies FIRST before copying the source code).

However, the Makefile should still expose a way to run the API without docker or hotreloading (w/ air) for developers wanting to run it locally on DOS macheines.

Checklist

  • Add Dockerfile
  • Dockerfile follows best practices (eg caching)
  • Add docker-compose
  • Docker-compose automatically exposes to host port 3000
  • Test building docker in CI
  • Makefile exposes script to run without docker
  • Makefile exposes script to run without docker and hotreloading
  • CONTRIBUTING is updated

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.