Rename project to MerchantsOfHope-SupplyANdDemandPortal
This commit is contained in:
20
README.md
20
README.md
@@ -1,4 +1,4 @@
|
||||
# MysteryApp-Cursor - Recruiter Workflow SAAS
|
||||
# MerchantsOfHope-SupplyANdDemandPortal - Recruiter Workflow SAAS
|
||||
|
||||
A comprehensive SAAS application for managing recruiter workflows, built with modern technologies and following TDD principles.
|
||||
|
||||
@@ -52,7 +52,7 @@ A comprehensive SAAS application for managing recruiter workflows, built with mo
|
||||
1. **Clone the repository**
|
||||
```bash
|
||||
git clone <repository-url>
|
||||
cd MysteryApp-Cursor
|
||||
cd MerchantsOfHope-SupplyANdDemandPortal
|
||||
```
|
||||
|
||||
2. **Start the application**
|
||||
@@ -63,10 +63,10 @@ A comprehensive SAAS application for managing recruiter workflows, built with mo
|
||||
3. **Initialize the database**
|
||||
```bash
|
||||
# Run database migrations
|
||||
docker-compose exec MysteryApp-Cursor-backend npm run migrate
|
||||
docker-compose exec merchantsofhope-supplyanddemandportal-backend npm run migrate
|
||||
|
||||
# Seed the database with sample data
|
||||
docker-compose exec MysteryApp-Cursor-backend npm run seed
|
||||
docker-compose exec merchantsofhope-supplyanddemandportal-backend npm run seed
|
||||
```
|
||||
|
||||
4. **Access the application**
|
||||
@@ -78,8 +78,8 @@ A comprehensive SAAS application for managing recruiter workflows, built with mo
|
||||
|
||||
The application comes with pre-seeded demo accounts:
|
||||
|
||||
- **Admin**: admin@mysteryapp.com / admin123
|
||||
- **Recruiter**: recruiter@mysteryapp.com / recruiter123
|
||||
- **Admin**: admin@merchantsofhope.org / admin123
|
||||
- **Recruiter**: recruiter@merchantsofhope.org / recruiter123
|
||||
- **Employer**: employer@techcorp.com / employer123
|
||||
- **Candidate**: candidate@example.com / candidate123
|
||||
|
||||
@@ -128,23 +128,23 @@ The application comes with pre-seeded demo accounts:
|
||||
### Backend Tests
|
||||
```bash
|
||||
# Run all tests
|
||||
docker-compose exec MysteryApp-Cursor-backend npm test
|
||||
docker-compose exec merchantsofhope-supplyanddemandportal-backend npm test
|
||||
|
||||
# Run tests in watch mode
|
||||
docker-compose exec MysteryApp-Cursor-backend npm run test:watch
|
||||
docker-compose exec merchantsofhope-supplyanddemandportal-backend npm run test:watch
|
||||
```
|
||||
|
||||
### Frontend Tests
|
||||
```bash
|
||||
# Run frontend tests
|
||||
docker-compose exec MysteryApp-Cursor-frontend npm test
|
||||
docker-compose exec merchantsofhope-supplyanddemandportal-frontend npm test
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
### Project Structure
|
||||
```
|
||||
MysteryApp-Cursor/
|
||||
MerchantsOfHope-SupplyANdDemandPortal/
|
||||
├── backend/
|
||||
│ ├── src/
|
||||
│ │ ├── routes/ # API route handlers
|
||||
|
||||
Reference in New Issue
Block a user