Before you can run the Tab Cash backend, you will need to have the following tools installed on your computer:
- Node.js (version 12 or higher)
- A database system (MySQL and MongoDB)
To get started with the Tab Cash backend, follow these steps:
- Clone the Tab Cash repository to your local machine.
- Install the necessary dependencies by running
npm install
in the root directory of the project. - Configure the database connection by modifying the .env file.
- Start the server by running
nodemon index
in the root directory of the project.
The Tab Cash backend provides the following endpoints:
- /: for authentication
- /user: for managing user accounts
- /api-docs: for documentation
Detailed documentation for the Tab Cash project:
- Presentation: Tab Cash Presentation
- UI-UX Design:
- Mobile App Repo: Mobile Repository
If you would like to contribute to the Tab Cash project, please fork the repository and make your changes in a new branch. Pull requests are warmly welcome.