Kindly fork and clone the repo
cd or navigate to the frontend folder in your terminal and enter the following command
npm install
cd or navigate to the backend folder in your terminal and enter the following command
npm install
Create a My Sql database
Create a .env file in the root directory of the backend folder and add the following properties
SECRET_KEY=?
DB_PASSWORD=?
DB_HOST=?
DB_USER=?
DB_DATABASE=?
TIME_ZONE=?
#Set timezone, put 1 if it's GMT+1 or -1 if it's GMT-1
EXAMPLE:
SECRET_KEY=12345SSDD
DB_PASSWORD=password
DB_HOST=localhost
DB_USER=root
DB_DATABASE=lenkie
TIME_ZONE=1
cd to the frontend folder in your terminal and enter the following command
npm start
You can access the project in your browser by entering - localhost:3000;
You can also access the search page by entering - localhost:3000/search
cd to the backend folder in your terminal and enter the following command
npm start
A default user will be created with the below information
email: johndoe@lenkie.com
password: password
🧠
- IJONI VICTOR 😁😁😁