Link To The YouTube Video: https://youtu.be/nF4MoL6m6vY
The essential procedures required for initiating and configuring the project within your local environment.
-
Upgrade the Node Package Manager (npm) to the latest release version.
npm install -g npm@latest
-
Clone the repository and retrieve it on the local machine.
git clone https://github.com/CoinCeylon/Certara.git
-
Navigate your project folder directory.
cd project -
Install the required Node Package Manager (npm) packages and dependencies.
npm install
-
Enter your environmental variables within the
.envfile. Use the.env.samplefile as a reference.MONGODB_URI= "Enter Your MongoDB Connection URL" ADMIN_EMAIL= "Enter Your Admin Login Email Address" ADMIN_PASSWORD= "Enter Your Admin Login Password" EMAIL_ADDRESS= "Enter Your Gmail Address To Use As An SMTP For OTPs (One Time Password)" EMAIL_PASSWORD= "Enter The App Password Generated For The Above Gmail Address" NEXT_PUBLIC_BLOCKFROST_PROJECT_ID= "Enter Your BlockFrost Project Identification For Cardano API Access (PreProd)"
-
Launch the application via localhost, and then access it through the browser.
npm run dev
-
Enter Your Admin Email Address and Admin Password In The Sign-In Form which will redirect you to the Admin Page (Signup New Users And View Existing Organisations)
This repository is distributed under the Apache 2.0 License. See LICENSE for additional information.
