Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 471 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 471 Bytes

component-map-kt

Component for restaurant location map

Instructions

[ ] Fork Repo and clone repo in your system

[ ] npm install to install all dependencies

[ ] Make sure Postgresql is installed

[ ] In terminal createdb elitemap this will create the database in PostgreSQL

[ ] Copy config.example.js file inside server/database and rename to config.js

[ ] Update file with username & password

[ ] npm start for server

[ ] npm run seed to create sample data