To get a local copy up and running follow these simple example steps.
npm install npm@latest -g
git clone https://github.com/asish918/NextJS-Hotel-Booking.git
npm install
.env
. Refer the .env.example
filenpx prisma generate && npx prisma push
schema.prisma
file and try to create some dummy data to see actual results. The image url is supposed to be the URL of the image file hosted on Cloudinarynpm run dev
Refer to this visual schema to understand better
Distributed under the MIT License. See LICENSE
for more information. Basically you can do whatever the hell you want to with the code 😉
Asish Mahapatra - asishmahapatra918@gmail.com
Project Link: https://github.com/asish918/NextJS-Hotel-Booking