Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishal101022/appointment-form
https://github.com/vishal101022/appointment-form
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishal101022/appointment-form
- Owner: Vishal101022
- Created: 2023-03-22T22:03:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T22:26:09.000Z (almost 2 years ago)
- Last Synced: 2023-08-01T05:01:42.285Z (over 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.