Install dependencies by running:
npm install
In both root and frontend folder
Running frontend:
(frontend ) npm start
Running backend:
(root) npm run server
You can run both front and backend with this command:
(root) npm run dev
PS. You also need a .env file with MongoDbUri connection string and Port number :)
