VeronicaPopa / mordomo-digital-backoffice

The backoffice of the Mordomo Digital app. Developed with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mordomo Digital Backoffice

Backoffice of the Mordomo Digital app developed with ReactJs.

Screens

Login

Login

List

List

Form

Form

Running the project

Follow the instructions below to copy the project and run locally.

Prerequisites

As prerequisites to run the project is needed to have Node.js and the package manager NPM installed in you machine.

The backend server needs to be runing too. The backend repo can be access here.

Instalation

Clone the project with the command:

$ git clone https://github.com/alexisbarros/mordomo-digital-backoffice.git

Go to the created folder:

$ cd mordomo-digital-backoffice

Install all dependencies:

$ npm install

Start

With backend server runing, start the project using:

$ npm start

Project structure

The project is structured as follows:

mordomo-digital-backoffice/
  public/
  node_modules/
  src/
    Components/
      Home/
      Login/
      MarketItens/
      RoomTasks/
      RoomTypes/
    env.json
    index.js
    index.css
  package.json
  README.md

Below is a breakdown of some project directories.

/src/Components

Contains all components of the project.

/node_modules

Contains all the modules installed by NPM.

Authors

Alexis Barros - github

About

The backoffice of the Mordomo Digital app. Developed with React.


Languages

Language:JavaScript 98.4%Language:CSS 0.9%Language:HTML 0.7%Language:Dockerfile 0.1%