Skip to content

Nyxius-AI/medgoTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test contact form

This is the code for a contact form app.

Technologies used:

  • Client: React / Materal UI
  • Server: Nodejs / Express
  • Database: MongoDB

First step

Set up a mongodb server and put the url in /app-backend/app.js .

exemple: 'mongodb://user:password:localhost:27017/dbname'

Launch the backend server

cd /app-backend
npm start

The server will run on port 9000

Launch the client

cd /client
npm start

The client will run on port 3006. You can look at the the form at http://localhost:3006/ .

Deployement

This app is deployed on heroku at https://medgo-test-antony.herokuapp.com/ .

About

contact form app for medgo test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published