https://github.com/shubhangam333/pcrepairsite
https://github.com/shubhangam333/pcrepairsite
express-generator expressjs nodejs pug-template-engine
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhangam333/pcrepairsite
- Owner: Shubhangam333
- Created: 2020-05-30T07:54:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:06:00.000Z (over 2 years ago)
- Last Synced: 2025-02-16T08:27:23.691Z (2 months ago)
- Topics: express-generator, expressjs, nodejs, pug-template-engine
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PC Repair Website
In order to run the app
--In order to run the app, install the dependencies first with...npm install
--Then run the app with
npm start
//OR if you have nodemon installed (npm install -g nodemon)
nodemonWebsite that allows user to go through different section and send mail to the client
This website is made using -
pug as view engine
express- node js framework
---
## RequirementsFor development, you will only need Node.js and a node global package, Yarn, installed in your environement.
### Node
- #### Node installation on WindowsJust go on [official Node.js website](https://nodejs.org/) and download the installer.
Also, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).install express-
npm install express --save
install express-generator
npm install express-generator
express pcrepair
copy these files to respective folders
command to run the file
Type node app.js
Open your browser and run the file @http://localhost:3000