samrasugu / wellnest

Home Page:https://wellnest-orpin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WellNest

A responsive health journal web app built with NextJS, TypeScript, and MongoDB.

Get started

First, clone the repository to your local machine:

git clone https://github.com/samrasugu/wellnest.git

Create an env.local file at the root directory of the project and add a valid MongoDB connection string to a variable MONGODB_URL.

Run npm install or yarn add on your terminal in the root directory of the project.

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

https://wellnest-orpin.vercel.app


Languages

Language:TypeScript 93.6%Language:JavaScript 4.3%Language:CSS 2.1%