Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 506 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 506 Bytes

api-server-starter

Folders:

1. data: contain the json file , where the server store all the data(the tours)
2. html: contain all the html files that display for the clients
3. routes: contain all the server side files .js
4. js: contain files .js of the client side for function and validation
5. public: contain all the css files for the client
main file: ./server.js

init the project: npm i

start the project: node server.js || nodemon

Create by: Yisrael Bar

Date: 29/04/2021