App for project cost management bootstrapped with Create React App.
- Node.js
To make sure that the node has been installed correctly, run the following command:
$ node -v
Download the code by running the following command:
$ git clone https://github.com/caiovms/project-costs.git
Navigate to the project's root folder:
$ cd project-costs
Install dependencies
$ npm install
Start back-end
$ cd backend
$ npm run back-end
Start front-end
$ cd frontend
$ npm start
To access the front-end application, access the address http://localhost:3000
To access the back-end Swagger, access the address http://localhost:8000/api/doc