Giter VIP home page Giter VIP logo

preguteca's Introduction

Videoteca Sondeo (ex Preguteca)

This is the code for the website Videoteca Sondeo an online ressource for discussing about videos of society topics.

Technical description

This website is divided into :

  • a frontend made with VueJS.
  • a backend as a Django server that is serving the index page containing the frontend code, and endpoints for a REST API using Django REST Framework for interacting with the database.

Developping locally

To run the website on your local machine, you will need to install the required dependencies in the frontend, and in the backend.

Frontend (preguteca_frontend)

Installation

Run npm install to install the dependencies

Running the development server

Run npm run dev to run the local vite development server locally.

Backend (preguteca_backend)

Setup the python virtual environment

  1. Setup a python virtual enviromnent with the method of your choice (ex: https://docs.python.org/3/library/venv.html)
  2. Install the required dependencies with pip install -r requirements.txt
  3. Initialize the database with python manage.py migrate
  4. Be sure to load a dump of the production site if you want some data to start with
  5. Run the django server with python manage.py runserver

preguteca's People

Contributors

mouarius avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

gbg4812

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.