Git Product home page Git Product logo

proxima's Introduction

Proxima ๐Ÿš€ ๐ŸŒŒ

Proxima is an application that makes viewing, interviewing, and deliberating candidates easier.

Use case

We, at VandyHacks, use Proxima to centralize board application materials. The goal for us was to make the board recruitment process easier and more pleasant. Proxima receives applications from the TypeForm webhook, which we configured to have certain fields (names for application inputs) in the payload.

Back-end

This is the second version of back-end, written in Node. The first version was in Deno, but due to issues with important Deno dependancies, we had to re-write the codebase in Node. Deno version is still available in deno branch.

Technologies:

  1. Node
  2. Koa
  3. TypeORM
  4. PostgreSQL
  5. Docker

Running:

Install and run Docker.

Start: docker-compose build and docker-compose up

To clear up the database: docker-compose down

Seeding the database:

Once you run the application, the database is initially empty. Since the production database is populated through a TypeForm WebHook, one could emulate it (e.g. in Postman). Example of a WebHook Payload is in ./backend/examples/typeform_payload.json, which would be a body of a POST request to http://localhost:3000/api/v1/typeform/submit.

Front-end

Technologies:

  1. Svelte (with TypeScript)
  2. CarbonUI (docs)

Running in the development environment: npm run dev

proxima's People

Contributors

aadarshjha avatar aadibajpai avatar ace314159 avatar chinchuluun1029 avatar imgbotapp avatar saydus avatar semenodp avatar wua3 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.