/component-map-kt

Component for restaurant location map

Primary LanguageJavaScript

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