Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

matt6frey/postalCodeChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postal Code Checker

This is a demo using Node.js and Vue.js.

View Demo (No longer Available)

Installation

First clone the project. Then run:

  • cd client && npm i
  • cd ../server && npm i

After all node modules have been installed, open 2 separate terminals and run:

client

npm run serve

server

npm run start

Note: If you experience an error with the server regarding Nodemon, you may need to install it globally(npm i -g nodemon) or just run node app.js);

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published