/contact-form

contact submission form to Seytech students

Primary LanguageHTML

contact-form

contact submission form to Seytech students

run the app (from contact-form directory):

$ npm install $ node app.js

I used Mongodb Atlas for database:

head over to: https://www.mongodb.com/cloud/atlas

Change CONNECTION_URL according to your settings:

CONNECTION_URL = "mongodb+srv://"username":"password"@contact-form-whqru.mongodb.net/test?retryWrites=true&w=majority"

Live version is served on heroku: https://contact-form-ulan.herokuapp.com/