Skip to content

anderconal/accounting-software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Bank accounting software

Bank accounting software is an application coded using the MERN (MongoDB, Express.js, React.js, Node.js) stack with TypeScript

Dependencies

This list of dependencies needs to be installed manually in your development environment:

Get the code

HTTPS

git clone https://github.com/anderconal/accounting-software
git checkout main

SSH

git clone [email protected]:anderconal/accounting-software.git
git checkout main

Run the application

  • Install the dependencies
cd src/client
npm install
cd src/server
npm install
  • Start the database with Docker
cd src/server
docker-compose up
  • Open another instance of the terminal and start the server
cd src/server
npm run start:dev
  • Open another instance of the terminal and start the client
cd src/client
npm run start

File structure

.
├── src                     # Source code
│   ├── client              # Client related folders and files
│   ├── server              # Server related folders and files
└── README.md               # You are reading it right now!

Testing

Run the tests

Check the corresponding README.md file to run the tests on client (src/client/README.md) and server (src/server/README.md)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published