Skip to content

Moisis/Bookify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookify Monorepo

This is a monorepo containing both the frontend and backend applications for Bookify.

Project Structure

bookify/
├── frontend/     # Angular application
└── backend/      # Node.js application with MySQL

Prerequisites

  • Node.js (v16 or higher)
  • Angular CLI
  • MySQL Server
  • npm or yarn

Setup Instructions

  1. Install dependencies for all projects:

    npm run install:all
  2. Configure the backend:

    • Create a .env file in the backend directory
    • Set up your MySQL database
    • Configure the database connection in the backend
  3. Start the development servers:

    For frontend:

    npm run start:frontend

    For backend:

    npm run start:backend

Development

Available Scripts

  • npm run start:frontend - Start the Angular development server
  • npm run start:backend - Start the Node.js backend server
  • npm run install:all - Install dependencies for all projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors