This repository houses the backend code for the WellnessWave application. It is responsible for managing data transactions, business logic, and interfacing with the database to ensure smooth operations and data integrity.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm or Yarn
- A local or remote SQL database
-
Clone the repository: git clone https://github.com/DeveloperDynasty/wellness-wave-api.git
-
Navigate to the project directory: cd wellness-wave-api
-
Install the dependencies: npm install or yarn install
-
Setup your database and update the configuration file with your database credentials.
Start the development server:
npm startor
yarn startThe API will be served at http://localhost:5000/ or the port specified in your .env file.
To build the application for production, run:
npm run build or yarn build
We welcome contributions from the community. Please check out our contributing guidelines for more information on how to get involved.
To run the tests:
npm test or yarn test
This project is licensed under the MIT License - see the LICENSE.md file for details.
For any questions or feedback, please reach out to us at 721.devdynasty@gmail.com.
- List of contributors
- Any third-party components or libraries used