It contains of MongoDB, Express, React and Node.
#React is used for front-end development #MongoDB, Express, Node for back-end development
The application contains the following views:
- A welcome view
- Register user
- A login view (form)
- A private view (visible to logged-in users only)
Getting Started
- Creat two folder Server - contains backend part Client - contains frontend part
Server
- npm init
- start index Client
- npm start
ScreenShot Wellcome
Login
Logged user
Register user