Skip to content

chema2708/invoices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an application to list, create, edit and delete invoices from a mock API which generates invoices on every request.

To install and run: you have to run your server on your localhost, on port 3000. After the server is running and you have cloned the repo: npm install `npm start`` The program will tell you that another application is listening on your port 3000 (your server) so you say yes to selecting another port. The program will tell you that is now listening on port 3001. go to http://localhost:3001/ and click on the left side of the page "invoices" to see the list of invoices.

It might be the case that your node server prents CORS request so you will have to allow CORS requests in your server to test.

To edit select an invoice from the list and it will take you to the invoice detail page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published