Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishal101022/appointment-form


https://github.com/vishal101022/appointment-form

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Appointment-Form
Create an appointment form by using React and Node with MongoDB. (appointment form includes:- Name, email, phone no, select the date) After submitting, this will reflect in the DB.

## :hammer_and_wrench: how to run
Clone down this repository. You will need ```node.js``` and ```git``` installed globally on your machine.
In the root project directory, you can run:

1. ```npm install```
2. ```npm run dev```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
Open [http://localhost:5000](http://localhost:5000) to view it in the mongodb.

**Note:** The page will reload if you make edits.You may also see any lint errors in the console.