DEV Community

Discussion on: Tips for making your interview assignment impressive

Collapse
 
rajeshroyal profile image
Rajesh Royal

Made this project for one of the companies I was interviewing with.

GitHub logo Rajesh-Royal / Employee-Management-Dashboard

An employee dashboard built with ReactJS, nestJS, MongoDB.

Employee Dashboard

This project Is bootstrapped with Create React App and using tailwindcss for UI library. Backend is built with node.js on top of NestJS and MongoDB. Development enviornment is 64bit Windows 10.

Netlify Status

> *project color theme can be changed from `src/data/projectTheme.js`*

Available Scripts 🚁

This project usages Yarn as package manager and in the project directory, you can run:

Root scripts

Client Script Description
start:client Starts the development server of client
start:server Starts the development server of server
start:all Starts the development server of client and server both
install:server Install server's npm packages
install:client Install client's npm packages
install:server:client Install server and client's npm packages
build:server build client production
build:client build server production
prepare Install husky hooks after package Installs

You can Ignore some of the weird looking commands they are related to heroku or netlify, but If you have experience with these platform and CI/CD pipeline go ahead…

IdidntMakeIt 🙂🙂

Collapse
 
marcinwosinek profile image
Marcin Wosinek

Thanks for sharing!