A comprehensive full-stack application for task management, user referrals, subscription plans, and admin controls. I’d like to thank GitHub Copilot for its assistance in understanding and resolving errors, as well as helping in building the project.
Backend:
- Node.js + Express.js
- MongoDB (Mongoose ODM)
- JWT Authentication
Frontend:
- HTML5 / CSS3
- Vanilla JavaScript
- Node.js v14+ and npm
- MongoDB installed and running locally
- Git
-
Clone project:
git clone https://github.com/GI-STANDARDS/Earning-Website-Template/
-
Create .env file:
cp .env.example .env
-
Edit .env with your values:
NODE_ENV=development PORT=5000 MONGODB_URI=mongodb://localhost:PORT/Your-Custom-Project-Name JWT_SECRET=your-secret-key-here EMAIL_USER=your-email@gmail.com EMAIL_PASS=your-app-passwordServer will run on:
http://localhost:5000
- Updating soon, stay connected