You can see a live demo of the portfolio website at [ ]
- GET: List all user.
- POST: Create new user.
- PATCH: Edit the user with ID 1.
- DELETE: Delete the user with ID 1.
- Clone this repository to your local machine:
git clone https://github.com/satyamshorrf/3D-Portfolio-.git- Install the project dependencies:
npm install- To run the development server:
nodemon index.jsOpen your web browser and visit http://localhost:8080 to see the website in action during development.
The project structure is organized as follows:
controllers:middlewares:model:routes:views:connection.jsindex.jslog.txt