dikshapadi / Kaali

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaali

Installation and Setup

  1. Download the source code in the desired location on your system.
  2. Open the code in your code editor.
  3. To install all the dependencies (listed in package.json file) in your project, go to terminal and type the following command and hit enter:
    npm install
  4. Create a file named ".env" and enter the following credentials:
    MONGO_URI=your-mongo-uri
  5. Go to terminal and type the following command and hit enter:
    npm start
  6. Open browser and go to url: http://localhost:5000
  7. You need to first signup and then login to run the application.

About


Languages

Language:EJS 70.2%Language:CSS 25.2%Language:JavaScript 4.5%Language:Shell 0.2%