Registration_Form

Registration_Form is a Full_Stack project made up of MERN stack. In this project, People can register with their details and save it in the database.

Table of Contents

Installation

Install my-project with npm

Download code (or) Repository Clone to be used for getting the code in your local machine

  • To start frontend
  cd client
  npm start
  • To start backend
  cd server
  npm run server

Usage/Examples

  • Below link is for starting the front-end.
http://localhost:3000/

there we can register and upload our personal information to the database.

Features

  • Responsiveness
  • Registration
  • bcrypt password

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

MIT

Environment Variables

To run this project, you will need to add the following environment variables to your /server/.env file

.env

PORT = 8080
MONGO_URL = here your Database COnnection URL
JWT_SECRET = here your secret key anything

server.js

  • Registration_Form Post API Request http://localhost:8080/register