Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlsf82/engagesphere-test-design-masterclass-turma-2
Sample project with a Node.js backend and a React frontend.
https://github.com/wlsf82/engagesphere-test-design-masterclass-turma-2
backend frontend github javascript js nodejs react
Last synced: 30 days 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-turma-2
- Owner: wlsf82
- License: mit
- Created: 2024-06-19T22:35:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T11:05:39.000Z (6 months ago)
- Last Synced: 2024-07-10T12:46:54.884Z (6 months ago)
- Topics: backend, frontend, github, javascript, js, nodejs, react
- Language: JavaScript
- Homepage: https://engage-sphere.vercel.app
- Size: 262 KB
- Stars: 3
- Watchers: 2
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EngageSphere
Sample project with a [Node.js](https://nodejs.org/) backend and a [React](https://react.dev/) frontend.
## Business rules
Read the following [doc](./docs/Requirements.md) to understand all the EngageSphere 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.13.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.
## Installation of `devDependencies`
After cloning this project, to install the dev dependencies, open a terminal, go to the root of this repo, and run `npm install` (or `npm i`, for short.)
## Tests
Read the following [doc](./docs/TestCases.md) to get a list of test cases.
___
Made with ❤️ by [Walmyr](https://walmyr.dev).