Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlsf82/engagesphere-test-design-masterclass-tat
Sample project with a Node.js backend and a React frontend.
https://github.com/wlsf82/engagesphere-test-design-masterclass-tat
backend frontend github javascript js nodejs react
Last synced: about 1 month ago
JSON representation
Sample project with a Node.js backend and a React frontend.
- Host: GitHub
- URL: https://github.com/wlsf82/engagesphere-test-design-masterclass-tat
- Owner: wlsf82
- License: mit
- Created: 2024-04-28T19:32:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T16:30:00.000Z (9 months ago)
- Last Synced: 2024-05-04T15:51:51.853Z (9 months ago)
- Topics: backend, frontend, github, javascript, js, nodejs, react
- Language: JavaScript
- Homepage: https://engage-sphere.vercel.app
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EngangeSphere
Sample project with a Node.js backend and a React frontend.
## Business rules
Read the following [doc](./docs/Requirements.md) to understand all the EngangeSphere application's functionalities.
## Pre-requirements
To run this project, you will need:
- [git](https://git-scm.com/downloads) (I've used version `2.42.1` while writing this doc)
- [Node.js](https://nodejs.org/en/) (I've used version `v20.11.1` while writing this doc)
- npm (I've used version `10.5.2` while writing this doc)**Note:** When installing Node.js, npm is automatically installed too.
## Installing and starting the servers
Read the following [doc](./docs/TestEnvironment.md) to install and start the backend and frontend servers.
## Tests
Read the following [doc](./docs/TestCases.md) to get a list of the possible test cases that could be written for this app.
___
Made with ❤️ by [Walmyr](https://walmyr.dev).