https://github.com/harshshukla2002/booksapp
https://github.com/harshshukla2002/booksapp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshshukla2002/booksapp
- Owner: harshshukla2002
- Created: 2025-03-10T10:22:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T13:37:19.000Z (2 months ago)
- Last Synced: 2025-03-10T14:33:29.764Z (2 months ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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