Git Product home page Git Product logo

plataforma_cursou's Introduction

Biologia Total - Painel Administrativo

Administration console to help a online study platform manage students, courses and enrollments.


Requirements

To run this application you'll need install:


Installation

  1. Please clone our application running the following command on a terminal:
  git clone https://github.com/ga0125/plataforma_cursou.git
  1. Install the server:
  cd plataforma_cursou/backend/
  npm install
  1. Install the SPA application:
  cd ..
  cd plataforma_cursou/frontend/
  npm install

Execution

  1. Before to execute the commands below, rename the example.env to .env on the both projects folders:
    # Renaming backend .env file
    mv plataforma_cursou/backend/example.env  plataforma_cursou/backend/.env
    
    # Renaming frontend .env file
    mv plataforma_cursou/frontend/example.env  plataforma_cursou/frontend/.env    
  1. To execute the backend, follow this command line:
  cd plataforma_cursou/backend/
  make up #It will run on port 3838 as default
  1. To execute the SPA application, follow this command line:
  cd ..
  cd plataforma_cursou/frontend/
  npm start #It will run on port 3000 as default

Application accesses

  1. After run the SPA application, you can access by Web application.

2. To have a clear idea and test the endpoints, you can use the Insomnia app to have a look:
  • Insomnia Download;

  • Add the environment on the Insomnia app:

      {
        "server_url": "http://localhost:3838"
      }
  • Import the JSON data to the Insomnia app:

    • Get the data on:
      cd plataforma_cursou/backend/endpoints_docs/insomnia/insomnia_endpoints_data.json

References


RoadMap (To-Do)

  1. Add unit/integration tests (Jest, enzyme);
  2. Create the Home page to show each created enrollment;
  3. Improve the control on data management (with DELETE / UPDATE option);
  4. Add validation parameters on the backend (for request parameters);
  5. Implement system cache control to optimize the application (Redis on the backend and useMemo - hooks for SPA);

Conclusion

I hope you enjoy the Repo Organizer, and regardless of the completion of this test, I appreciate the opportunity where I could learn even more.

plataforma_cursou's People

Contributors

ga0125 avatar

Watchers

James Cloos avatar  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.