https://github.com/ashudevcodes/5joke-website
Have fun with a full-stack project by creating your own Joke APIs.
https://github.com/ashudevcodes/5joke-website
api javascript react
Last synced: 2 months ago
JSON representation
Have fun with a full-stack project by creating your own Joke APIs.
- Host: GitHub
- URL: https://github.com/ashudevcodes/5joke-website
- Owner: ashudevcodes
- Created: 2023-11-28T07:09:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T15:42:02.000Z (over 1 year ago)
- Last Synced: 2025-01-26T12:11:44.274Z (4 months ago)
- Topics: api, javascript, react
- Language: JavaScript
- Homepage: https://5-joke-web-site.vercel.app
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Setup Instructions
To run the web page on your machine, follow these steps:
## Prerequisites
Make sure you have the following installed on your machine:
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) (Node Package Manager)## Clone the Repository
Clone the repository to your local machine:
```bash
git clone https://github.com/Ashishprasa/5Joke-WebSite.git
```## Backend Setup
1. Navigate to the `Backend` folder:
```bash
cd Backend
```2. Install dependencies:
```bash
npm install
```3. Start the backend server:
```bash
npm run start
```
1. Open a new terminal window.
2. Navigate to the `Frontend` folder.
3. Install additional dependencies:
## Frontend Setup1. Navigate to the `Frontend` folder:
```bash
cd Frontend
```2. Install frontend dependencies:
```bash
npm install
```3. Start the frontend application:
```bash
npm run dev
```**Note:** Ensure that the backend server is running before starting the frontend. If you stop the backend server, you may encounter errors.
Now, you should be able to access the web page locally by navigating to the specified address in your browser.
**Caution:** Do not stop the backend server while running the application to avoid errors.