- expressJS ๐
- MongoDB ๐
- Joi ๐
-
Clone the repo
git clone https://github.com/pranikz/Vacalysis-Backend.git
-
Install NPM packages
cd Vacalysis-Backend && npm install
-
Run
npm run dev
-
setup env file (MongoURI specifically) shown below
ATLAS_URI =mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]
-
Open http://localhost:5000 to view it in the any api testing platform to see api is working or not
-
Open Frontend at http://localhost:3000 and enjoy!