Welcome to the Hopin Node interview scaffold! Before we hop on a call, ensure your setup is ready:
server.js
is a lightweight express.js scaffold.
Rest assured we are not looking for in-depth express.js knowledge. The APIs you build do not require much framework-specific knowledge.
If you are encountering issues during your setup, be sure to reach out to your interviewer for help :)
- Ensure you have
node
andnpm
installed on your machine. npm install
- Make sure you install your favorite persistent DB before the video call and have it running locally (Mongo, Postgres, MySQL, etc.).
npm run dev
Hit http://localhost:3000/
and ensure you see the JSON { "hello": "world" }
returned.
- You installing your own backend framework of choice
- You installing npm packages of your choice
- You installing your favorite persistent DB