mopanc / Oficina

Serviço de agendamento da oficina usando React, Antdesign, JsonServer, e Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The application is for a mechanical workshop of providing services, with two main functions: End user can through a simple web page schedule services for your vehicle. The administrator user (does not contain login) will be able to manage the types of service that the workshop offers and manage the services already scheduled.

Last commit on GitHub Project top programing language

Built with   |    How to run



🚀 Built with

This project was developed with the following technologies:

ℹ️ How to run

Requirements

To run the app, you will need Git, Node.js v12.13.1 or higher, Npm, React, ANTD, Json Server.

Application

Now clone the repository and install the dependencies.

# to clone the repository
git clone https://github.com/Mopanc/oficina.git

# go into the folder
cd Oficina/
cd oficina-app/

#install the backend dependencies
npm install

run application

npm start

run Server

# Open other terminal

# go into the folder
cd Oficina/
cd api-server/
npm start

The credits of this project belong to Jorge Morais

by Jorge Morais

About

Serviço de agendamento da oficina usando React, Antdesign, JsonServer, e Node.js


Languages

Language:JavaScript 91.9%Language:HTML 7.8%Language:CSS 0.3%