These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have the following installed on your system:
- Node.js
- npm
Clone the project from github repository
git clone https://github.com/dawumnam/csr-bank-server.git
cd csr-bank-server
npm install
To run the application in development mode, use:
npm run test
To start the application, use:
npm start dev
http://localhost:3000/api-docs/
npm run build
npm run start
logs are stored as application.log and error.log in the root directory
- Dawum Nam - Initial work
This project is licensed under the ISC License - see the LICENSE.md file for details.