Start on Terminal
Clone the project to your computer
git clone https://github.com/Jirachiii/LibraryWebsite.git
cd LibraryWebsiteRun npm i to fetch the template's dependencies
npm iCreate a file ".env" and copy the following variables to it DATABASE_URL=mongodb+srv://team510:seprojectyeah123@secluster.cuj08.mongodb.net/library SESSION_SECRET=abcdefg JWT_SECRET=hijklmnop
Use npm start to run project
npm startnode version >=13