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

https://github.com/ananyamishra08/nalcoguesthousebooking

** It is not Nalco's official website as a Voccational Trainee i made this for learning purpose.
https://github.com/ananyamishra08/nalcoguesthousebooking

expressjs fetch-api frontend gsap html-css-javascript javascript tailwind

Last synced: 4 months ago
JSON representation

** It is not Nalco's official website as a Voccational Trainee i made this for learning purpose.

Awesome Lists containing this project

README

        

# NalcoGuestHouseBooking

The page looks like this:

![alt text](https://github.com/Ananyamishra08/NalcoGuestHouseBooking/blob/main/pic1.png)
![alt text](https://github.com/Ananyamishra08/NalcoGuestHouseBooking/blob/main/pic2.png)

form page :
![alt text](https://github.com/Ananyamishra08/NalcoGuestHouseBooking/blob/main/photo2.png)

Step 1: Project Setup
Create a project directory and initialize a Node.js project
```sh
mkdir guest-house-booking
cd guest-house-booking
npm init -y
```
Step 2: Install Dependencies (check https://github.com/jlxw/static-json-db/tree/master)
#### Node.js
```sh
$ npm install express static-json-db
```
Step 3: Create a db.json file
```sh
{
"bookings": []
}

```
Step 4: Create Frontend Files: Develop the frontend using HTML, CSS, and JavaScript.
Set Up the Server: Create an Express server to handle API requests and serve static files.
Run the Server: Start the server and test your application.(using Nodejs or normal HTTP- server)