Giter VIP home page Giter VIP logo

aws-edu / aws-edu-enem-portal Goto Github PK

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

This portal is not an official AWS website. The purpose of this portal is to share studies related to ENEM data in order to demonstrate new possibilities for Brazilian education, using Analytics and AI / ML services on AWS.

Home Page: https://edu.awsunicorn.com/

License: Other

CSS 4.21% HTML 3.87% JavaScript 91.92%
enem aws education brazil

aws-edu-enem-portal's Introduction

AWS EDU ENEM Portal

This is how the sample application looks like:

ENEM Portal appliaction

๐Ÿ”ง Setup

To start developing, you must have NodeJS preinstalled. We recommend using a version manager, like NVM.

  1. Install NVM
  2. Using NVM, install NodeJS 15.3.0
  3. Clone this project

git clone https://github.com/AWS-EDU/aws-edu-enem-portal.git

  1. Enter the directory and start VSCode (or your desired IDE) with

cd aws-edu-enem-portal; code .

  1. Edit the file package.json and change the project name, author, etc.
  2. Install the dependencies with npm install.
  3. Start the application with npm start.

Notes: The QuickSight dashboard is not open to localhost, you will need to setup a domain and deploy the application.

โ˜๏ธ Deploying on AWS

  1. npm run build.
  2. aws s3 cp build/ s3://<your-bucket>/ --recursive
  3. aws cloudfront create-invalidation --distribution-id <your-distribution> --paths "/*"

๐Ÿ”’ Security

See CONTRIBUTING for more information.

๐Ÿ“œ License

This project is licensed under the MIT-0 License. See the LICENSE file.

aws-edu-enem-portal's People

Contributors

gabrielmartinigit 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.