danisyellis / ContactsApp

a coding challenge at the guild: build a contacts app complete with google maps integration in 4 days, using a wireframe and specs provided

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 5 Assessment: Contacts App

Build a contacts manager web application with Express and PostgreSQL.

Part of the application has already been built for you. Your job is to take it to completion.

Getting Started

Run $ npm run to see the list of commands available.

You will get errors when you start your server. You'll have to resolve these errors.

The app uses a basic Express file structure, and includes SQL files to set up the schema and import data.

contacts.sql        # basic import contacts data (just name)
contacts_full.sql   # full import of contacts data (all fields)
database.js         # database connection and queries
package.json        # npm standard
public/             # static assets go here
README.md           # you are here
schema.sql          # define database schema here
server.js           # web server
views/              # html templates go here

About

a coding challenge at the guild: build a contacts app complete with google maps integration in 4 days, using a wireframe and specs provided

License:MIT License


Languages

Language:HTML 50.7%Language:JavaScript 35.5%Language:CSS 13.9%