urakymzhan / contact-form

contact submission form to Seytech students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

contact submission form to Seytech students


Languages

Language:HTML 68.3%Language:JavaScript 31.7%