Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.05 KB

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