This is a MERN stack application with login and authentication features for a fictive company. The application has the possibility to see the list of agents working with full CRUD functionality and also to create new tickets.
In one console:
cd mern/clientnpm installnpm start
In another console:
cd mern/servernpm installnpm start