Giter Site home page Giter Site logo

crykn / rlc_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jehob/rlc_app

0.0 1.0 0.0 2.94 MB

Record management system for Refugee Law Clinics in Germany

License: GNU Affero General Public License v3.0

Python 37.77% JavaScript 0.34% TypeScript 44.30% HTML 11.83% CSS 5.77%

rlc_app's Introduction

Refuge Law Clinic - Application (rlc_app)

Application for record and association management of refugee law clinics in germany. Contact Dominik Walser (jehob) for more information ([email protected]).

rlcapp - record and organization management software for refugee law clinics Copyright (C) 2019 Dominik Walser

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/

Installation instructions for development

To develop and run the server locally you have to do the following things:

Prerequisites

Python in version 3.6.5 and node.js (8.12) have to be installed. Virtualenv is recommended.

pip install virtualenv

Installation

Download the repository and open the directory.

Frontend

npm install

keep compiling if changes are made

ng build --watch --deploy-url /static/dist/

Backend

The first command creates a virtual environment. The name after is the name of the environment and can be replaced with anything, but you have to change the other commands correspondigly.

virtualenv venv

Activate the virtual environment, which is from os to os different.

Windows:

venv/Scripts/activate

Unix:

source venv/bin/activate

Install packages:

pip install -r requirements_dev.txt

python manage.py makemigrations

python manage.py migrate

python manage.py createsuperuser

Follow the steps to create a superuser

Fill in the databse with test values:

python manage.py populate_deploy_db

Start the server:

python manage.py runserver

Test under:

localhost:8000 or 127.0.0.1:8000

with your browser.

or the backend directly with:

localhost:8000/api/

rlc_app's People

Contributors

crykn avatar jehob avatar kaumarcel avatar velox9995 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.