- Install Dependencies: npm install
- Create .env File, Add a .env file in the root directory with: MONGO_URI=mongodb://localhost:27017/gym_management PORT=8080
- Compile TypeScript: npm run build
- Start the Server: npm start
- Start tne server for development use: npm run dev
- To set the tenant locally you have to modify your vhost file and link the 127.0.0.1 with the tenant domain you find in src/config/tenant.ts
- API Endpoints
- GET /api/members: List members
- POST /api/members: Add a member
- GET /api/members/: Get member by ID
- PUT /api/members/
-
Notifications
You must be signed in to change notification settings - Fork 0
hamzamaimi/gyman
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published