Code Monkey home page Code Monkey logo

cse-616-semester-form-fillup-system's Introduction

Semester Form Fillup System

This is an educational repository for a project of the 6th semster course CSE 616 titled Web Engineering Lab.

How to ?

  • Install git >= 2.20.0, python >= 3.7, pip >= 18.1, virtualenv >= 16.2.0, nodejs >= v10.15.0, npm >= 6.4.1, WeasyPrint >= 44
  • Install GTK+ libraries (because WeasyPrint requires it). To do so follow instructions at https://weasyprint.readthedocs.io/en/stable/install.html
  • Open a Terminal or Command Prompt
  • Clone this repository:
    git clone https://github.com/chitholian/CSE-616-Semester-Form-Fillup-System.git
  • Enter the newly created directory:
    cd CSE-616-Semester-Form-Fillup-System
  • Create a virtual environment for python (Optional):
    virtualenv env
  • Activate the virtual environment (for Windows):
    env\Scripts\activate
  • Activate the virtual environment (for Linux and Mac):
    source env/bin/activate
  • Install required pip modules:
    pip install -r requirements.txt
  • Install Angular CLI globally (If you didn't already; this may require SU privillege, so run with sudo (in Linux and Mac) or Administrator in Windows):
    npm install -g @angular/cli
  • Enter the frontend directory and install node modules:
    cd frontend
    npm ci install
  • Compile frontend resources:
    ng build
  • Enter Django project root directory (which contains the "manage.py" file):
    cd ../website/
  • Create database migrations:
    python manage.py makemigrations
  • Run database migrations:
    python manage.py migrate
  • Create a super user:
    python manage.py createsuperuser
  • Start Django development server:
    python manage.py runserver

cse-616-semester-form-fillup-system's People

Contributors

aaaaaaahsan avatar chitholian avatar foysal07 avatar jawwadseemanta avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

muhtadir

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.