Our website Edulocker.tech aims to solve this real world problem by providing a common place for the parent and CBSE where fees can be paid directly under the supervision of CBSE and all the important certificates can be stored as well.
-
Near Blockchain(https://near.org/)
-
Node.js
Make sure that you have installed Node.js watch this video to install Node.js
Also make sure you have PostgreSQL installedWatch this video to install PostgreSQL
Make a new folder and open the terminal there. -write the following commands and press enter.
$git clone https://github.com/ <your-github-username>/Edulocker.git
and then move to the folder using this command:
$ cd Edulocker
- Move inside the cloned folder with name client using this command
$ cd client
- While you are still inside the cloned folder, write the following command to run the website locally.
$ npm install
- Come out of client directory and get inside the server folder
$ cd ..
$ cd server
- Write the following command and press enter to download all required node modules.
$ npm install
- While you are still inside the cloned folder, write the following command to run the website locally.
$ npm run dev
- Get out of server folder & get inside the client folder
$ cd ..
$ cd client
- Run the following command in seperate folder
$ npm run dev
├── client
│ ├── contract
│ ├── dist
│ ├── neardev
│ ├── out
│ ├── package.json
│ ├── package-lock.json
│ ├── README.md
│ ├── src
│ └── yarn.lock
├── README.md
└── server
├── package.json
├── package-lock.json
└── src