The meditation app made with React Native (for the frontend) and Nest.js (for the backend)
Meditation App
Hi, this is the meditation app made with React Native (for the frontend) and Nest.js (for the backend). It is a simple app that allows you to meditate for a certain amount of time. It is a work in progress, so there are some bugs and some features that are not implemented yet. The app is still in development, so please be patient. You are welcome to contribute to the project.
Design Idea
The design of this application is inspired by the design of the Meditation App by @aide, shoutout to him for the design.
Installation
git clone https://github.com/bhattaraijay05/meditation.git
cd meditation
Get the local ip address of your device
node ip.js
# This IP address is required to run the backend server, which we will use to connect to the frontend.
Backend Configuration
cd backend
yarn install
#Extra Steps
#Confuguring the IP Address
-Go To src/main.ts
Change the HOST IP Address to your local IP Address (that you got from the ip.js file)
-Go To src/app.module.ts
Change the MongoDB URL to your own MongoDB URL (or use the default one)
yarn start
Frontend Configuration
cd frontend
yarn install
#Extra Steps
#Confuguring the IP Address
-Go To App.tsx
Change the HOST IP Address to your local IP Address (that you got from the ip.js file)
yarn android # For Android
yarn ios # For IOS
Dockerizing the backend
cd backend
yarn docker
Screenshots and Images
MIT License
Copyright (c) 2022 Jay
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.