Skip to content

OSPFNeighbour/ses-hackathon-location-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SES Hackathon 2016 - My SES app

Client

To prepare the client, use npm install in the client folder.

To run the client, use npm start in the client folder.

Server

The server needs HTTPS.

To prepare the server, use npm install in the client folder.

To generate the required keys, use:

openssl genrsa -out key.pem

openssl req -new -key key.pem -out csr.pem

openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem

rm csr.pem

mv cert.pem file.crt

mv key.pem file.pem

Then run npm start in that folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • HTML 8.5%