Skip to content

lucasnzd/accounting_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proyect | Accounting Notebook

Before running the proyect:

You should have installed Node (version v12.8.1) for the backend proyect And Yarn (version v1.15.0 or later) for the frontend proyect


Setup:

Use this Script on the console to setup all the dependencies on the proyects:

  • Run cd backend && npm install && cd ../frontend && yarn && cd ..

Frontend: more specific functionality is located in the README.md from them proyect

  1. Run yarn to install all dependencies.

Backend: more specific functionality is located in the README.md from the proyect

  1. Run npm install to install all dependencies.
  2. Run npm run dev to run the proyect.

Running the Proyects:

Now you could run each of them independently inside from each proyect:

Frontend:

  • Run cd frontend && yarn dev to run the proyect.

Backend:

  • Run cd backend && npm run dev to run the proyect.

Endpoint Collection:

You will find inside the folder Insomnia_collection a json to load the workspace into insomnia in case you use it to try it out

About

Accounting notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published