A simple invoice and quote generator for small businessess
MERN, MaterialUI, JWT, Figma
- Top and Botton Nav
- Add Privacy Policy?
- reCaptcha on login & signup
- Load Screen
- User Profile
- Documentation
- How-to instruction video
- Themes for Document
- Dark Mode
- Document Templates
- Donate
- Add Socials to Landing Page
- Strapi?
https://github.com/lizwe-mac/lizwedocs.git
git branch <your branch name>
git checkout -b <your branch name>
git add .
git commit -m 'my changes'
git push -u origin <your branch name>
Create .env file and add your MONGO_URI
# Backend deps
npm install
# Frontend deps
cd frontend
npm install
# Use concurrently - npm module
npm run dev
https://lizwedocs.up.railway.app (May not up due to lack of resources 😟)