Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 271 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 271 Bytes
  1. git clone https://github.com/aarya9808/YourHR.git
  2. cd YourHR
  3. install dependencies
  4. Set up the environment variables: Create a .env file in the root directory. PORT=3000 MONGODB_URI=

Start the application: npm start