Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 607 Bytes

Internship-portal-backend

Student-Internship-portal backend

To start git clone https://github.com/Vishal-Marvel/internship-portal-backend.git

Then npm install --force

Then create a config.env file in the same directory as the app.js with the following COOKIE_EXPIRESIN=1 JWT_EXPIRESIN=1h NODE_ENV=development SQL_PASSWORD=your_sql_password DATABASE=your_sql_database_name JWT_SECRET=3F4528482B4D6251655468576D5A7134743777397A24432646294A404E635266556A586E3272357538782F4125442A472D4B615064536756659703373367639 HOST_NAME=your_sql_host_name USER_NAME=your_sql_user_name

Then npm run start