Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T05:21:20.000Z (over 2 years ago)
- Last Synced: 2023-03-09T02:05:38.722Z (over 1 year ago)
- Topics: koa, mongodb, react
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 1
- 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)