https://github.com/mathhetru/p5_kanap
Construisez un site e-commerce en JavaScript
https://github.com/mathhetru/p5_kanap
api css3 html5 javascript kanap nodejs openclassrooms p5 vanilla-javascript
Last synced: 2 months ago
JSON representation
Construisez un site e-commerce en JavaScript
- Host: GitHub
- URL: https://github.com/mathhetru/p5_kanap
- Owner: mathhetru
- Created: 2022-04-14T13:05:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T15:57:05.000Z (almost 4 years ago)
- Last Synced: 2025-09-11T18:50:34.791Z (9 months ago)
- Topics: api, css3, html5, javascript, kanap, nodejs, openclassrooms, p5, vanilla-javascript
- Language: JavaScript
- Homepage: https://p5kanap.netlify.app/
- Size: 20.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanap #
This is the front end and back end server for Project 5 of the Web Developer path.
### Back end Prerequisites ###
You will need to have Node and `npm` installed locally on your machine.
### Back end Installation ###
Clone this repo. From the "back" folder of the project, run `npm install`. You can then run the server with `node server`.
The server should run on `localhost` with default port `3000`. If the
server runs on another port for any reason, this is printed to the
console when the server starts, e.g. `Listening on port 3001`.