election-app/ ├── client/ <-- React Frontend │ ├── public/ │ ├── src/ │ │ └── App.js <-- All frontend code is here │ ├── package.json │ └── ... ├── server/ <-- Node.js Backend │ ├── index.js <-- All backend code is here │ ├── package.json │ └── .env <-- For local development (DO NOT COMMIT TO GITHUB) └── README.md
-
Notifications
You must be signed in to change notification settings - Fork 0
467Mahasin/Election-app
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published