Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 468 Bytes

File metadata and controls

17 lines (13 loc) · 468 Bytes

User Registration Form

This project uses React, TypeScript and Tailwind and is made using MERN Stack.

To run this project

  1. Clone the repository
  2. run command 'npm install' for both client and server folders
  3. Inside server folder make a .env file and store your own credentials for the following:
  • MONGO_URI
  • PORT
  • CLOUDINARY_CLOUD_NAME
  • CLOUDINARY_API_SECRET
  • JWT_SECRET
  • CLIENT_ORIGIN
  1. Finally run command 'npm run dev' for both the folders.