(I'm currently working with a front-end version in the Front-end only branch (React + scss) )
Hey, everybody.
My first fullstack app. It's simple appointment app. I have server and client dirs. Client is front-end part and the server is server part :-)
Project Technologies:
• Claude 3.5 Sonnet - AI model (instead of a Google search)
• Vanilla Js
If you have any questions or suggestions for work you can contact me via linkedIn https://www.linkedin.com/in/kolpaxidis-v/
Install Appointment-app with npm
- Go to server dir and install
cd server
npm i
- Generate first appointments array in DB (use MongoDB. if you use Open Server Panel go to advanced -> console and run code below)
curl http://localhost:3000/generate-slots