Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1016 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1016 Bytes

Tailor Notes

A Website for tailor to store their customer clothing measurements. Live demo here.

General information

The goal of this project is, to create a place for tailor to store their customer clothing measurements, like Nect around, Sleeve Length, Cheast around, etc. and can search for that customer clothing measurements easily in the future

Technologies Used

Setup

After you fork this project, navige to the project, and then open the command line, and install the necessary packages:

npm install

After the installation has finished, run the following script in your command line in order to run the application:

npm start

Once the server is running, go to http://localhost:3000 in your browser.