https://github.com/abdulhadi806/team-saas
Mernstack management system(POC).
https://github.com/abdulhadi806/team-saas
mern-stack mongodb nodejs poc proof-of-concept reactjs tailwindcss websocket
Last synced: 3 months ago
JSON representation
Mernstack management system(POC).
- Host: GitHub
- URL: https://github.com/abdulhadi806/team-saas
- Owner: AbdulHadi806
- Created: 2023-08-21T15:00:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T20:36:20.000Z (over 2 years ago)
- Last Synced: 2025-01-03T00:14:30.314Z (over 1 year ago)
- Topics: mern-stack, mongodb, nodejs, poc, proof-of-concept, reactjs, tailwindcss, websocket
- Language: JavaScript
- Homepage:
- Size: 4.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Management System (created: 8/25/2023)
## About the Project
This project is a small Proof of Concept (POC) developed by me and my team during our learning phase. It was designed to address the challenges faced by clients in managing their freelancers. The project was created using the MERN (MongoDB, Express.js, React.js, Node.js) stack, reflecting our journey of learning and experimentation.
## Running the Project
To run the project, follow these steps:
1. Navigate to the client directory:
```
cd client
```
2. Start the client application:
```
npm start
```
3. Open another terminal window/tab and navigate to the server directory:
```
cd ../server
```
4. Install server dependencies:
```
npm install
```
5. Start the server:
```
npm start
```
Expect surprises as the project reflects our learning experiences and may include unconventional approaches or solutions.