Giter Site home page Giter Site logo

parikshitadhikari / proj_fpms Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 2.71 MB

software engineering project (5th sem)

Home Page: http://efjmotrboptrdor.bct.itclub.pp.ua

Python 23.73% JavaScript 73.40% CSS 0.78% HTML 1.69% Dockerfile 0.34% Shell 0.07%
django docker reactjs sqlite3

proj_fpms's Introduction

Faculty Publication Management

About the Project

Faculty Publication Management is a project done as a mini project for Software Engineering, a course offered by the Institute of Engineering, Tribhuvan University. It helped us apply the concepts of various web technologies and realise the potential of web technologies in a real world project.

The tech used in this project are:

This project is about the following:

  • Organizing the research papers, books, articles of Professors/students of certain educational institutions

  • Exporting available paper in MLA, APA, UGC/TU, IEEE format

  • Exporting in PDF or spreadsheet

  • Searching and sorting the publications

Running the Project

  • Clone this repository:

git clone [email protected]:parikshitadhikari/proj_fpms.git

Method 1 (Using Docker):

  • Install Docker.

  • Open terminal and run the following command:

docker pull python:3.9

  • Now, in the root directory, run the command: docker build -t image-name and docker run -p 8000:8000 image-name. If any permission issues are encountered, run the command using sudo.

  • If successful, you can view the project at: http://localhost:8000/ or http://127.0.0.1:8000/

Note: You need to have docker app running in the background!

Method 2 (Traditional way):

You need to have Python installed! Suitable python version is 3.9.

  • In the root directory run the following commands:

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

And finally run the command:

python managa.py runserver

proj_fpms's People

Contributors

parikshitadhikari avatar ujj1225 avatar nothing-mann avatar

Watchers

 avatar

Forkers

aaryandahal17

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.