This project is a sub part of AVS-RFID_TEC
npm install
from the root of project directory to install the dependency- make a
.env
file in the root directory with each variable on a new lineNODE_ENV = development PORT = 5000 MONGO_URI = connection stiring of your MongoDB without quotes
npm run data:import
to import/seed the sample data into your MongoDB- Finally
npm run dev
to run the whole project