Skip to content

TimAngus321/deep_space

Repository files navigation

nasa_space_images

Deployed on Vercel:

Check out the current status of the deployed app here

TODO:

  • If it makes sense set up MongoDB Atlas and GraphQL for database and fetching data from DB
  • Allow users to make a profile to save favorites (think up more usecases before moving ahead with this)
  • Cleanup code

Default Nuxt Info Geneated

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

This app uses bun so if you want to install locally you must ensure you install bun on your machine before running any of the following commands.

Make sure to install the dependencies:

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview

Check out the deployment documentation for more information.