Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 995 Bytes

File metadata and controls

33 lines (19 loc) · 995 Bytes

Gym website with Node js and HTML, css

A web application build with HTML and css for frontend and Node js for backend.

I use mongodb to store the user data and authenticate the user. The password and Hashed with bycrypt hashing technique. Use Jsonwebtoken to validate the authenticate user. I mainly focused on backend part.

Start

to start the project use npm
./src/app.js

to start this project you mast have mongodb in your pc.

user interface

gym

user registration form

gymreg

user login form

gymlog

to book the schedule

gymbook