GithubHelp home page GithubHelp logo

goeljatin / codexpose Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vermaarun/codexpose

0.0 2.0 0.0 738 KB

An open source solution for conducting technical interviews

License: Apache License 2.0

Python 39.10% HTML 1.67% Shell 0.51% JavaScript 56.46% CSS 2.26%

codexpose's Introduction

CodeXpose

Build Status Coverage Status
An open source one-stop solution for conducting technical interviews.

Tech stack

Backened - Python / Django
Frontend - React/Redux
Ops - Ansible/Docker/Nginx

Architecture

alt text Please note, "Docker" and its logo are trademarks of Docker Inc.

Getting Started

Follow the below steps to get the development environment up and running.

Clone the repo

$ git clone https://github.com/Imaginea/codeXpose.git
$ cd codeXpose

Using Ansible

Install Ansible

$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update

$ sudo apt-get install ansible

Execute the following playbook and shell script

$ ansible-playbook deploy.yml -K
$ . run_server.sh

Now, the server should be running at -
http://127.0.0.1:8000/

Note the default admin user is [email protected]

Using Docker

Install Docker and Docker Compose

wget -qO- https://get.docker.com/ | sh
sudo apt-get -y install python-pip
sudo pip install docker-compose

Once docker and docker-compose are installed w/o any errors then run following command -

docker-compose up -d

Post this, your django dev server shall be up and running at -
http://127.0.0.1:8000/

Create superuser

docker ps #find the container id
docker exec -ti [container id] bash

Above command takes you inside the docker container and code is available at /src directory, please refer to the django documentation and create a superuser for you.

Contributing

Please see contribution.

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.