Giter VIP home page Giter VIP logo

fugitivedarkness's Introduction

Fugitive Darkness

Search engine from different sources:

  • Indexing git sources and searching.
  • DOCX Documents.

Development - Server

Before starting, create an .env file and edit it:

cp ./.env.example ./.env

Parameter information

Run docker:

make run-docker

Run system:

make run

Run migrations:

make run-migrate

Run full system:

make dev

Development - Client

Go to working directory:

cd ./client

Install dependencies:

npm i

Run system:

npm run dev

Env params

Env param Value Example
FD_ROOT_PATH_REPO Root folder for storing locally installed repositories /path/FD/repo
FD_ROOT_PATH_DOCX Root folder for storing locally installed docx files /path/FD/docx
FD_ALLOW_ORIGIN Set the list of allowed origins. http://localhost:5173,http://localhost:5174
FD_POSTGRES_PORT Indicates the port where the server is listening localhost
FD_POSTGRES_HOST Is where the server host is located 5432
FD_POSTGRES_PASSWORD Password for connecting to the specified database my_db_password
FD_POSTGRES_USER Database user my_db_user
FD_POSTGRES_DB Database name my_db

Build

Build client:

cd ./client && npm run build

Build server:

mvn clean package

Run server:

java -jar ./fugitive-darkness-api/target/fugitive-darkness-api-0.0.7-fat.jar

fugitivedarkness's People

Contributors

zer0s2m avatar

Stargazers

 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.