pranikz / Vacalysis-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech Stack

  • expressJS ๐Ÿš…
  • MongoDB ๐Ÿƒ
  • Joi ๐Ÿ“’

Installation

  1. Clone the repo

    git clone https://github.com/pranikz/Vacalysis-Backend.git
  2. Install NPM packages

    cd Vacalysis-Backend && npm install
  3. Run

    npm run dev
  4. setup env file (MongoURI specifically) shown below

    ATLAS_URI =mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]
  5. Open http://localhost:5000 to view it in the any api testing platform to see api is working or not

  6. Open Frontend at http://localhost:3000 and enjoy!

About


Languages

Language:JavaScript 100.0%