This is a full stack mailing app created by me (Apurba Adhikari) as practice to by both Frontend and Backend skills which includes React, Next JS, Next Backend and Database Management using Typescript.
First for all you need Node JS and npm installed on your device which can be installed from here https://nodejs.org/en/ or directly from any package manager you are using. After you have it installed run the following code on your terminal or command prompt.
git clone https://github.com/apurbadh/ApurbaMail.git
cd ApurbaMail
npm install
npm run build
npm run dev
npm run start