Skip to content

An app for project cost management (React + Node + Mongo)

Notifications You must be signed in to change notification settings

caiovms/project-costs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Costs

App for project cost management bootstrapped with Create React App.

Technologies

Prerequisites

To make sure that the node has been installed correctly, run the following command:

$ node -v

Project Instalation

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

How to Use

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

Screenshots

image

image

image

image

image

image

About

An app for project cost management (React + Node + Mongo)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published