https://github.com/rusiruavb/af-support-session
React frontend and Koa backend implementation for AF support session
https://github.com/rusiruavb/af-support-session
koa mongodb react
Last synced: 11 months ago
JSON representation
React frontend and Koa backend implementation for AF support session
- Host: GitHub
- URL: https://github.com/rusiruavb/af-support-session
- Owner: rusiruavb
- Created: 2022-06-12T05:15:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T05:21:20.000Z (about 4 years ago)
- Last Synced: 2025-04-13T05:51:27.278Z (about 1 year ago)
- Topics: koa, mongodb, react
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AF Support Session
React frontend and Koa backend implementation for AF support session
### How to start?
1. Clone/ fork the repository
2. Navigate to the clone folder
3. Run `npm install` command
4. Run `npm run dev` to start the development server
5. Run `npm run start` to start the production server
### Tools & Technologies
- Koa JS
- React JS
- MongoDB
- VS Code
- Postman (Postman collection is available as `api.postman_collection.json` in the `koa-app` directory)