ONLINE CONTRACTS APPLICATION (Copy of my repo it's in https://bitbucket.org/pcfmello/contract-application)
It's a project developed to create new contracts of jobs, and rent and other contract types.
Node, Yarn and MongoDB installed
Firstly, clone project and then, in a system terminal, open project folder and follow next steps below.
Run backend application:
$ cd backend
$ yarn install
$ node src/index.js
And then, open other terminal and run frontend application:
$ cd frontend
$ yarn install
$ yarn start
Opening web browser and access http://localhost:3000
MIT