louisweiser / project_capstone

capstone project by neuefische bo-web-23-1
https://project-capstone-five.vercel.app
1 stars 0 forks source link

BookLog App

Digital journeyman piece as final project for neuefische web dev bootcamp

This is a simple, yet powerful web application built with Next.js to help you organize your books and keep track of quotes or other interesting entries related to them. By using this app, you can efficiently manage your book collection and easily access your favorite passages, insights, or notes anytime.

Image

Features

Tech Stack

Project setup

  1. Clone the repository to your local machine
  2. Navigate to the project directory
  3. Install the project dependencies
    • npm install
  4. Create a .env.local file in the project root directory and set up the required environment variables.
    • MONGODB_URI=mongodb+srv://louisw:D1ujPvhk2lWqANAm@louisw.5hrnqqj.mongodb.net/bookLog
  5. Run the development server
    • npm run dev