An open API service indexing awesome lists of open source software.

https://github.com/harshshukla2002/booksapp


https://github.com/harshshukla2002/booksapp

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Books App

## A books app using NodeJS, MySQL, NextJS and Shadcn.

# Instructions

### Clone the Repo

```
git clone https://github.com/harshshukla2002/BooksApp
cd BooksApp
```

### For backend

```
cd backend
npm install
npm run dev
```

and server started at localhost:4001

### For Frontend

```
cd frontend
npm install
npm run dev
```

## and server started at localhost:3000