Giter Site home page Giter Site logo

rajnish-ranjan / gl-techdocs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prernawaghray/gl-techdocs

0.0 1.0 0.0 12.45 MB

SEDS IIITH contri

Shell 0.03% JavaScript 40.01% Python 26.61% PowerShell 0.02% CSS 6.27% HTML 26.96% Dockerfile 0.08%

gl-techdocs's Introduction

TechDocs - Document Management System

It is a dockerized, mobile-ready, offline-storage compatible, JS-powered Latex editor.

  • Marketing Pages [Home, Features, Help/FAQ, Pricing, Register, Login ]
  • Dashboard Pages [Dashboard-Home/MyDocuments, User Account, Latex Document Editor, Trash]

Features

  • Signup & Login With email-passowrd or with Google Account
  • Realtime Preview while editing the Latex document
  • Save, Edit, View, Mark As Draft, Publish
  • Sync Documents with Dropbox, Google Drive
  • Share with specific permissions
  • Manage Trash
  • Download PWA Application into Mobile/Desktop

Tech

Backend

TechDocs backend is built on these open source softwares:

  • [Python] : General purpose coding
  • Python Flask : For API endpoint handling
  • [SQLAlchemy] : SQL Operations
  • [MySQL] : Database
  • [Mailjet] : SMTP server

Frontend

TechDocs fronted uses a number of open source projects

  • Bootstrap : great UI boilerplate for modern web apps
  • Python Flask : For URL Based Routing & Rendering HTML Templates
  • jQuery - UI/UX Actions/Events on HTML Documents
  • LatexJS - JS Library to preview latex document

Installation

[Frontend]

git clone https://github.com/prernawaghray/GL-TechDocs.git
cd GL-TechDocs/frontend

# Check the code in start.sh and make sure if port is 56733 for dev purpose and 80/443 for production purpose
sudo bash start.sh

# Docker container[techdocs-frontend] will be built & it will run. Get into docker and install node packages
docker exec -it techdocs-frontend bash
npm install
exit

Check http://localhost:56733 in the browser.

[Backend]

#On your AWS EC2 instance, run the following commands:

cd /home/ec2-user

mkdir -p /techdocs_filesystem/log

touch /techdocs_filesystem/log/filemanager.log

git clone https://github.com/prernawaghray/GL-TechDocs.git

cd GL-TechDocs/backend

#Update the docker-compose.yml file line#11 with below:
/home/ec2-user/techdocs_filesystem:/tmp

docker-compose up --build --scale app=3 -d

License

Free Software, Hell Yeah!

gl-techdocs's People

Contributors

altairhaque avatar askroyallife avatar geeta08-qa avatar jagriti9486 avatar krishnamanidharj avatar kvedasree avatar mugunthan045 avatar nishankthati avatar oddball1123 avatar prernawaghray avatar rajakanna avatar rutij avatar sarith-madhu avatar sayantanm23 avatar shreysoni140 avatar skdev369 avatar smithashettyk avatar sowmyaaaaai avatar sravangowrigari avatar sreenivasgundu avatar srikar0911 avatar sulaiman81332 avatar vamsikrishna021995 avatar vu3jxg avatar yashvij 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.