- Nodejs
- Express
- MongoDB
- Mongoose
- Postman
- We will use
yarn
as our package manager. So, install it by running thecommand
bellow.
npm i -g yarn
-
Install
eslint
andprettier
extension in yourvscode
. -
Install
Postman
app on your computer. -
Go to the project directory
sol-ems-be
and runyarn
thenyarn prepare
. -
Create
.env
file in your root directory.Then copy the contents of.env.example
to.env
. -
Finally run
yarn dev
to start the dev server.