An open API service indexing awesome lists of open source software.

https://github.com/pycreater/fullstack-assignment


https://github.com/pycreater/fullstack-assignment

Last synced: 12 months ago
JSON representation

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.

---