Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizkinugrohho/bookapp
Test seleksi beasiswa bootcamp sanbercode
https://github.com/rizkinugrohho/bookapp
nextjs nodejs vite
Last synced: 3 days ago
JSON representation
Test seleksi beasiswa bootcamp sanbercode
- Host: GitHub
- URL: https://github.com/rizkinugrohho/bookapp
- Owner: rizkinugrohho
- Created: 2024-01-20T11:17:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T10:00:10.000Z (10 months ago)
- Last Synced: 2024-02-07T04:34:25.455Z (9 months ago)
- Topics: nextjs, nodejs, vite
- Language: JavaScript
- Homepage:
- Size: 3.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Follow the steps below to set up the project on your local machine and run it:
1. Clone the repository:
```bash
git clone https://github.com/rizkinugrohho/bookApp.git
cd bookApp
```2. Backend Setup:
```bash
cd backend
npm install
```3. Frontend Setup(new terminal):
```
cd frontend
npm install
npm run dev
```## Technologies Used
### Backend:
- Node.js
- Express.js
- MongoDB### Frontend:
- Vite
- React