A simple full-stack application that empowers women* to manage their health activities efficiently.
- Read: View a list of health records.
- Create: Add new health records with detailed information.
- Update: Modify existing health records.
- Delete: Remove unwanted records from the app.
- Frontend: React.js with Vite
- Backend: Node.js with Express
- Database: MongoDB
- Styling: Plain CSS, Toastify, Moment
- Colors: Used Randoma11y for accessible colors combinations
- Add OAuth Implement OAuth or other authentication providers for seamless user registration and login.
- Clone the repository.
- Install dependencies for both frontend and backend.
- Run the application.
# Clone the repository
git clone https://github.com/anaURL/vitala-health-app
# Navigate to the project directory
cd vitala health-app
# Install frontend dependencies (using Vite)
cd client
npm install
# Install backend dependencies
cd ../backend
npm install
#Run the application using concurrently to start both the frontend and backend servers
npm start