Code Monkey home page Code Monkey logo

uns-proyecto-final's Introduction

Proyecto final

This project is an event and announcement visualization web application.

You can try it right now at https://bmmg-proyecto-final-uns.glitch.me/ and https://bmmg-proyecto-final-uns.glitch.me/admin

CodeQL Node.js CI

Features

  • Visualization of real time events and announcements
  • Easy to access in a web app
  • Easy to use admin app to create, view, edit or delete announcements
  • Events and announcements stored in a small and portable database

Components

  • Main event and announcement visualization front-end, built with React.js
  • Admin front-end, built with React.js, to create, edit, view and delete announcements
  • SQLite database for storage
  • Back-end, running on Node.js, that hosts both front-ends and provides services for database access

Repo

The repo is organized as follows:

  • db: holds everything database-related
  • doc: pictures for this readme
  • src: source code for the application

Screenshots

event-visualization

announcement-admin

Building and running

Dependencies

To build and run the project, you need npm and node.

Building

To install all the dependencies and build the project, run:

npm install
npm run build

Running

To run the whole project, execute the following command:

npm start

We also provide the following useful commands, specially for development/debugging:

  • npm run admin: only run the admin front-end, on port 3000 (or next available port, if already used)
  • npm run backend: only run the backend
  • npm run visualization: only run the visualization front-end, on port 3000 (or next available port, if already used)

About the project

This is the final project or Bárbara Mattioli and Manuel Garat for their Computer Engineering degree in the Universidad Nacional del Sur, Bahía Blanca, Argentina.

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.