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.
This project was developed with the following technologies:
To run the app, you will need Git, Node.js v12.13.1 or higher, Npm, React, ANTD, Json Server.
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
npm start
# 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