Skip to content

2ybaryl/FSD_NanoProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published