Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 644 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 644 Bytes

Pet Store Project

This project is a simple pet store application designed using Vanilla HTML and CSS.

JavaScript is used to power the backend of this project, which is made using Express.js (running over Node.js).

To use this project, you need to clone it first -

git clone https://github.com/2ybaryl/FSD_NanoProject.git/
cd FSD_NanoProject

To run it, we require Node.js and Node Package Manager (npm) to be installed and running on the device.

npm i

This will install all the dependencies using the existing package.json file. To run the project -

node index.js

Alternatively, you can use -

npm run dev