StockKnowledge LMS REST Server.
Head over to NodeJS official website.
If you are running macOS or Ubuntu, you can clone this repository by opening terminal and run
git clone [email protected]:Stock-Knowledge-Engineering/API-Server.git
and if your on windows, open command prompt and run
git clone [email protected]:Stock-Knowledge-Engineering/API-Server.git
Don't forget to change directory to the cloned repository. MacOS/Linus, use terminal and command prompt for windows.
cd /to/cloned/repo
For this project, I am using ExpressJS, MySQL, AWS SDK, etc as my dependency.
Again, for MacOS and Linux user use your terminal and for Windows user use your command prompt, then run.
npm install
You want to test a development build or contribute to the project. Try opening your terminal if your on MacOS/Linux and Command Prompt for Windows then run
node index.js