Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/seguijoaquin/accounting-notebook

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/seguijoaquin/accounting-notebook

  • v0.0.0-20220529224830-6911f70830b7
  • Source
  • Go
  • Socket score

Version published
Created
Source

Accounting Notebook

GitHub go.mod Go version technology React

Responsibilities

  1. Create credit and debit transactions.

  2. List all transactions.

  3. Find a transaction by id.

  4. Get balance status of the account.

Information about the API endpoints may be found here

Running the app

To run the app open a terminal and located in the project's root directory execute

$ npm install
$ npm install client/
$ npm run start

Launching details

In case of needing to launch the server and the client separately, here can be found info about each one:

The command shown executes the following sentences, which may be run separately if preferred, as detailed below.

Install the project dependencies to launch client and server simultaneusly

$ npm install

Install the application frontend dependencies

$ npm install client/

Build the backend docker image and name it "api-img"

$ docker build -t api-img ./server

Launch a container based on the image "api-img" previusly created

$ docker run -p 8080:8080 api-img

Launch a container based on the image "api-img" previusly created, mapping it's internal port 8080 with the host port 8080

$ docker run -p 8080:8080 api-img

Move to the client directory and launch the React App

$ cd client/ && npm run start

FAQs

Package last updated on 29 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc