https://github.com/pycreater/fullstack-assignment
https://github.com/pycreater/fullstack-assignment
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pycreater/fullstack-assignment
- Owner: Pycreater
- Created: 2024-08-17T03:56:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T12:21:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T13:39:26.817Z (over 1 year ago)
- Language: TypeScript
- Size: 986 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Help Center API Assignment
## Instructions
1. **Clone the Repository:**
```bash
git clone https://github.com/iAmritMalviya/fullstack-assignment
cd fullstack-assignment
```
2. **Frontend:**
- Create a React app in the `frontend` folder.
- Follow the instructions in `frontend.md` to complete the frontend.
3. **Backend:**
- Create a Node.js app in the `backend` folder.
- Follow the `backend.md` instructions to complete the backend.
4. **Push Your Work:**
- Push both the frontend and backend apps to the same repository.
- Make sure the repository is public.
5. **Submit Your Work:**
- Paste the GitHub repository link in the Google form you received after pushing your code.
---