Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 660 Bytes

File metadata and controls

39 lines (33 loc) · 660 Bytes

OTP Data Entry

Application to allow users to enter data into the Nazareth Open Tourism Platform database

Find the link for the Data Entry website here

Endpoints

  • /:lang/places

Local Installation Guide

  • git clone https://github.com/foundersandcoders/OTP-Data-Entry.git

  • npm i

  • npm run dev

File Structure

public/
    reset.css
    style.css
src/
    constants/
        urls.json
    controllers
        home.js
        places.js
        router.js
    app.js
    start.js
    text.js
    views/
        layouts/
            main.hbs
        home.hbs
        places.hbs