This is the code for a contact form app.
Technologies used:
- Client: React / Materal UI
- Server: Nodejs / Express
- Database: MongoDB
Set up a mongodb server and put the url in /app-backend/app.js .
exemple: 'mongodb://user:password:localhost:27017/dbname'
cd /app-backend
npm start
The server will run on port 9000
cd /client
npm start
The client will run on port 3006. You can look at the the form at http://localhost:3006/ .
This app is deployed on heroku at https://medgo-test-antony.herokuapp.com/ .